diff --git a/flake.nix b/flake.nix index ac72040..74454d2 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ darwin.hosts.Fox.userHomeModules = [ "peteresselius" ]; darwin.hosts.Petere-MBP.userHomeModules = [ "peteresselius" ]; nixos.hosts.adama.userHomeModules = [ "peteresselius" ]; + nixos.hosts.vm.userHomeModules = [ "peteresselius" ]; }; }; } diff --git a/home-modules/nix.nix b/home-modules/nix.nix index 60561a6..9fef74c 100644 --- a/home-modules/nix.nix +++ b/home-modules/nix.nix @@ -13,5 +13,6 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=" ]; + }; }; }