at master 314 B view raw
1{ 2 config, 3 ... 4}: 5 6{ 7 imports = [ ./hardware-configuration.nix ]; 8 9 custom = { 10 enable = true; 11 tailscale = true; 12 autoUpgrade.enable = true; 13 homeManager.enable = true; 14 }; 15 16 home-manager.users.${config.custom.username}.config.custom.machineColour = "yellow"; 17 18 boot.tmp.cleanOnBoot = true; 19}