This commit is contained in:
iFargle 2023-08-14 20:42:59 +09:00
parent 2714353a8b
commit 223ca9a634
2 changed files with 5 additions and 2 deletions

View file

@ -112,7 +112,11 @@
# Import hyprland configs for home manager # Import hyprland configs for home manager
homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration {
modules = [ modules = [
hyprland.homeManagerModules.default hyprland.homeManagerModules.default {
import = [
./hosts/${hostname}/desktops/hyprland-conf.nix
];
}
]; ];
}; };
}; };

View file

@ -2,7 +2,6 @@
home.stateVersion = "23.05"; home.stateVersion = "23.05";
imports = [ imports = [
# ../../hosts/${hostname}/desktops/gnome-dconf.nix # ../../hosts/${hostname}/desktops/gnome-dconf.nix
../../hosts/${hostname}/desktops/hyprland-conf.nix
../../home-manager/git.nix ../../home-manager/git.nix
../../home-manager/neovim.nix ../../home-manager/neovim.nix
../../home-manager/bash.nix ../../home-manager/bash.nix