mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 21:34:38 -05:00
feat: added gnome to laptop
This commit is contained in:
parent
57d1245594
commit
8f1dd7388e
3 changed files with 13 additions and 4 deletions
|
@ -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
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
[
|
[
|
||||||
"entertainment"
|
"entertainment"
|
||||||
"firefox"
|
"firefox"
|
||||||
"desktop"
|
"laptop"
|
||||||
"productionCode"
|
"productionCode"
|
||||||
"productionWriting"
|
"productionWriting"
|
||||||
"shared"
|
"shared"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
map
|
map
|
||||||
(module: self.homeModules.${module})
|
(module: self.homeModules.${module})
|
||||||
[
|
[
|
||||||
"desktop"
|
"laptop"
|
||||||
"entertainment"
|
"entertainment"
|
||||||
"productionWriting"
|
"productionWriting"
|
||||||
"shared"
|
"shared"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue