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