This commit is contained in:
Kat Inskip 2023-11-05 18:59:14 -08:00
parent 84ec8cbec6
commit 0822d1162d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 84 additions and 46 deletions

View file

@ -14,12 +14,11 @@ _: let
sound
]
++ (with tree.nixos.roles; [
gnome
kde
gaming
])
++ (with tree.kat; [
gui
gnome
]);
environment.systemPackages = with pkgs; [

View file

@ -11,13 +11,12 @@ _: let
]
++ (with tree.nixos.roles; [
graphical
gnome
kde
laptop
])
++ (with tree; [
kat.gui
kat.gnome
kat.vscodium
kat.vscode
]);
fileSystems = {