1
1
Fork 0
nixos/profiles/laptop/default.nix
2024-12-24 09:26:54 -05:00

11 lines
337 B
Nix

{
custom = {
full = true;
profile = "desktop"; # Inherit desktop profile
};
#!! 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;
}