diff --git a/flake.nix b/flake.nix index e0ff3f8..8e5a126 100644 --- a/flake.nix +++ b/flake.nix @@ -62,6 +62,11 @@ home-manager.nixosModules.home-manager { + nix.settings.experimental-features = [ + "nix-command" + "flakes" + ]; + networking.hostName = builtins.baseNameOf directory; nixpkgs.hostPlatform = hostPlatform;