treewide: slim down and reorganize config
This commit is contained in:
parent
778775ceb6
commit
8a5be644b8
33 changed files with 131 additions and 755 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue