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

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