Renewed binds

This commit is contained in:
2026-03-07 22:29:10 +01:00
parent df58ca7574
commit 32fd6b1069
+3 -2
View File
@@ -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;
};
}