From 223ca9a634af88850aff1f324b5ff531045a1a83 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 20:42:59 +0900 Subject: [PATCH] test --- flake.nix | 6 +++++- users/albert/home.nix | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 11b1e94a..d2479690 100644 --- a/flake.nix +++ b/flake.nix @@ -112,7 +112,11 @@ # Import hyprland configs for home manager homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { modules = [ - hyprland.homeManagerModules.default + hyprland.homeManagerModules.default { + import = [ + ./hosts/${hostname}/desktops/hyprland-conf.nix + ]; + } ]; }; }; diff --git a/users/albert/home.nix b/users/albert/home.nix index 3ffca6f6..f16b20a3 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -2,7 +2,6 @@ home.stateVersion = "23.05"; imports = [ # ../../hosts/${hostname}/desktops/gnome-dconf.nix - ../../hosts/${hostname}/desktops/hyprland-conf.nix ../../home-manager/git.nix ../../home-manager/neovim.nix ../../home-manager/bash.nix