feat: introduce specialisations into nix config

This commit is contained in:
2025-08-15 18:17:59 +05:00
parent d9532aef28
commit 871d3903f7
4 changed files with 36 additions and 17 deletions

View File

@@ -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"
])
];
#