diff --git a/flake.nix b/flake.nix index 1114e9f..3d1bda5 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ homeConfigurations = { "prunebutt@remus" = helperLib.mkHome "x86_64-linux" ./hosts/remus/home.nix; + "prunebutt@muffinman" = helperLib.mkHome "x86_64-linux" ./hosts/muffinman/home.nix; }; homeManagerModules.default = ./modules/home;