diff --git a/system/darwin/default.nix b/system/darwin/default.nix index f776116..404bf46 100644 --- a/system/darwin/default.nix +++ b/system/darwin/default.nix @@ -3,6 +3,8 @@ fonts.packages = import ../../home/fonts { inherit pkgs; }; + nix.linux-builder.enable = true; + users.users = { larstvei = { home = "/Users/larstvei"; diff --git a/system/default.nix b/system/default.nix index c7df3cc..6d9441c 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,9 +3,6 @@ nix = { package = pkgs.nix; - - linux-builder.enable = true; - settings = { experimental-features = [ "nix-command"