feat: introduce specialisations into nix config
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
"1password"
|
||||
"dconf"
|
||||
"docker"
|
||||
"gaming"
|
||||
"hyprland"
|
||||
"nix-ld"
|
||||
"secure-boot"
|
||||
@@ -63,6 +62,15 @@
|
||||
"printing"
|
||||
"smart-card"
|
||||
])
|
||||
|
||||
#
|
||||
# ========= Specialisations ========
|
||||
#
|
||||
(map
|
||||
(s: lib.custom.relativeToRoot "hosts/common/specialisations/${s}.nix") [
|
||||
"gaming"
|
||||
"powersave"
|
||||
])
|
||||
];
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user