1
1
Fork 0
nixos/profiles/laptop/default.nix

12 lines
317 B
Nix
Raw Normal View History

{
custom = {
full = true;
profile = "desktop"; # Inherit desktop
services.auto-cpufreq.enable = true;
};
#!! Rebuild offline - drastically increases initial download and resulting closure size
# https://discourse.nixos.org/t/rebuild-nixos-offline/3679
system.includeBuildDependencies = true;
}