From 6ea46d6e9ce6a3012ebbd59be266a274d9a20d7d Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 24 Aug 2024 12:20:12 -0700 Subject: [PATCH] Add z790prors top level home manager config --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + ]; + }; + }; }; }