all repos — nixfiles @ 32bd166e364c68fb76c6748a3e5ee5d14982f02a

System and user configuration, managed by nix and home-manager

Set up home-manager flake on mba

Alan Pearce
commit

32bd166e364c68fb76c6748a3e5ee5d14982f02a

parent

fc975d16c41c4f92f3e3dde4a837be52051b4e77

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -14,6 +14,7 @@ user = "alan";
options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))"; }; settings.extra-platforms = "x86_64-darwin aarch64-darwin"; + settings.experimental-features = "nix-command flakes"; }; nixpkgs.system = "x86_64-darwin";