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

17 lines
435 B
Nix
Raw Permalink Normal View History

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