feat: added gnome to laptop

This commit is contained in:
Nick 2024-12-24 20:09:31 -06:00
parent 57d1245594
commit 8f1dd7388e
3 changed files with 13 additions and 4 deletions

View file

@ -44,9 +44,7 @@ in {
firejail firejail
flatpak flatpak
fonts fonts
plasma
printing printing
sddm
steam steam
sysstat sysstat
virtualization virtualization
@ -61,6 +59,17 @@ in {
syncthing syncthing
ollama ollama
edgedb edgedb
plasma
sddm
;
};
};
laptop = {
imports = builtins.attrValues {
inherit
(modules)
gnome
; ;
}; };
}; };

View file

@ -7,7 +7,7 @@
[ [
"entertainment" "entertainment"
"firefox" "firefox"
"desktop" "laptop"
"productionCode" "productionCode"
"productionWriting" "productionWriting"
"shared" "shared"

View file

@ -5,7 +5,7 @@
map map
(module: self.homeModules.${module}) (module: self.homeModules.${module})
[ [
"desktop" "laptop"
"entertainment" "entertainment"
"productionWriting" "productionWriting"
"shared" "shared"