From e020d4d0c8e2a6ad5b01cbdf8000aedfd8f2700e Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 20:40:10 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1a51a4ba..11b1e94a 100644 --- a/flake.nix +++ b/flake.nix @@ -110,7 +110,7 @@ }; # nixosConfiguration # Import hyprland configs for home manager - homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration { + homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { modules = [ hyprland.homeManagerModules.default ];