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

16 lines
403 B
Nix
Raw Normal View History

{
custom = {
full = true;
profile = "desktop"; # Inherit desktop profile
services = {
power-profiles-daemon.auto = 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;
}