1
This commit is contained in:
2022-08-07 23:56:05 +02:00
parent 0852d36b62
commit 4c48d2f96a

View File

@ -44,6 +44,8 @@ in {
# Config is the merged set of all module configurations # Config is the merged set of all module configurations
# Here we define what happens to the config if the module is active (but only if the module is active) # Here we define what happens to the config if the module is active (but only if the module is active)
# Since this module is for HomeManager, config is not the system config # Since this module is for HomeManager, config is not the system config
# Attribute sets like config can be defined multiple times (every module defines a different config), on
# building the config they are merged
config = mkIf cfg.enable { config = mkIf cfg.enable {
# What home packages should be enabled # What home packages should be enabled
home.packages = with pkgs; [ home.packages = with pkgs; [