adding automatic flatpak management
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user