From e384745970fa68bdf6a87dc7a69d6d4ac611deb0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 20:34:57 +0900 Subject: [PATCH] test --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 53f0a4d1..31a8fe7c 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ home-manager.useUserPackages = true; home-manager.users.albert.imports = [ ({ config, ... }: import ./users/albert/home.nix { - inherit config pkgs hostname hyprland; + inherit config pkgs hostname; }) ]; home-manager.users.root.imports = [ @@ -105,6 +105,13 @@ nur.overlay ]; } + + # Import hyprland configs for home manager + homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration { + modules = [ + hyprland.homeManagerModules.default + ]; + }; ]; # modules }; # lib.nixosSystem - ${hostname} }; # nixosConfiguration