From 72935050d18e789740d247b716368517228fbab2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 20:37:36 +0900 Subject: [PATCH] test --- flake.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 7f0b865e..1a51a4ba 100644 --- a/flake.nix +++ b/flake.nix @@ -104,16 +104,16 @@ nixpkgs.overlays = [ nur.overlay ]; - }; - - # Import hyprland configs for home manager - homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration { - modules = [ - hyprland.homeManagerModules.default - ]; - }; + } # home-manager ]; # modules }; # lib.nixosSystem - ${hostname} }; # nixosConfiguration + + # Import hyprland configs for home manager + homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration { + modules = [ + hyprland.homeManagerModules.default + ]; + }; }; }