test
This commit is contained in:
parent
2714353a8b
commit
223ca9a634
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue