diff --git a/flake.nix b/flake.nix index 5fdbdf6..924b3ff 100644 --- a/flake.nix +++ b/flake.nix @@ -47,6 +47,17 @@ /home/johno/.config/home-manager/home-nix-book.nix ]; }; + + "johno@z790prors-nix" = inputs.home-manager.lib.homeManagerConfiguration { + inherit pkgs; + + extraSpecialArgs = { inherit inputs; }; + modules = [ + inputs.hyprland.homeManagerModules.default + /home/johno/.config/home-manager/home-z790prors.nix + ]; + }; + }; }; }