adding automatic flatpak management

This commit is contained in:
2025-09-29 14:22:57 -06:00
parent 14d9fc775d
commit f16cd8ccd7
9 changed files with 74 additions and 51 deletions

View File

@@ -6,7 +6,6 @@
homeDirectory = "/home/autumn";
stateVersion = "25.11";
packages = with pkgs; [
eza
fm
felix
gnumake
@@ -26,14 +25,13 @@
htop.enable = true;
pls = {
enable = true;
enableFishIntegration = true;
enableZshIntegration = true;
};
};
nixpkgs.config = {
alowUnfree = true;
allowUnfreePredicate = (_: true);
};
# wayland.windowManager.river.enable = true;
imports = [
## Themeing

View File

@@ -15,7 +15,7 @@
};
};
imports = [
../../packages/fish/fish.nix
# ../../packages/fish/fish.nix
../../packages/river/river.nix
../../packages/waybar/waybar.nix
../../packages/twmn/twmn.nix