treewide: slim down and reorganize config

This commit is contained in:
insects 2024-10-29 15:37:30 +01:00
parent 778775ceb6
commit 8a5be644b8
33 changed files with 131 additions and 755 deletions

View file

@ -5,6 +5,7 @@
../services/postgres.nix
../desktop
../desktop/plasma.nix
../desktop/steam.nix
];
nixpkgs = { config = { allowUnfree = true; }; };
@ -70,9 +71,6 @@
};
};
# hyprland stuff
programs.hyprland = { enable = true; };
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.11";
}