feat(jeroboam machine home config): add quicker mapping of optional packages

This commit is contained in:
madmin 2024-08-27 11:37:21 +02:00
parent b92bb6c825
commit 05debb70d5
1 changed files with 2 additions and 9 deletions

View File

@ -10,16 +10,9 @@ in
# ======================= Required Configs ========================= #
common/core
# ================ Host-specific Optional Configs ================== #
#(configLib.mapPathsToPrefix {
# prefix = common/optional;
# list = [ /system /internet /comms /utilities /dev/foot.nix /office];
# }
#)
# ============================= Themeing =========================== #
inputs.nix-colors.homeManagerModules.default
] ++ optionals;
] ++ optionals;# Host specific optionals
colorScheme = inputs.nix-colors.colorSchemes.atelier-dune;
home = {