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
flatpak
fonts
plasma
printing
sddm
steam
sysstat
virtualization
@ -61,6 +59,17 @@ in {
syncthing
ollama
edgedb
plasma
sddm
;
};
};
laptop = {
imports = builtins.attrValues {
inherit
(modules)
gnome
;
};
};

View file

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

View file

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