From d817ce6ad926f926ddef7c1dfa368a0710b3dd35 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 20:24:32 +0900 Subject: [PATCH] test --- users/albert/home.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/users/albert/home.nix b/users/albert/home.nix index b80d499c..7c5bdeb1 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -8,9 +8,8 @@ ../../home-manager/bash.nix ../../home-manager/firefox.nix ]; - homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { - modules = [ - hyprland.homeManagerModules.default - ]; - }; + + modules = [ + hyprland.homeManagerModules.default + ]; } \ No newline at end of file