Renewed binds
This commit is contained in:
@@ -27,8 +27,9 @@ in
|
|||||||
|
|
||||||
# Hyprland-specific Home Manager configurations
|
# Hyprland-specific Home Manager configurations
|
||||||
home-manager.users.${user.username} = {
|
home-manager.users.${user.username} = {
|
||||||
inherit (userConfig) stateVersion homeDirectory;
|
home.stateVersion = userConfig.stateVersion;
|
||||||
home.username = user.username;
|
home.username = userConfig.username;
|
||||||
|
home.homeDirectory = userConfig.homeDirectory;
|
||||||
xdg.configFile."hypr/hyprland.conf".text = hyprlandConf;
|
xdg.configFile."hypr/hyprland.conf".text = hyprlandConf;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user