Working on bindings

This commit is contained in:
2026-03-08 00:14:18 +01:00
parent 04118389ad
commit 1a84342738
+5 -1
View File
@@ -21,8 +21,12 @@ in
enable = true;
};
# Home Manager: Deploy Hyprland configs
# Hyprland-specific Home Manager configurations
home-manager.users.${user.username} = {
home.stateVersion = userConfig.stateVersion;
home.username = userConfig.username;
home.homeDirectory = userConfig.homeDirectory;
xdg.configFile."hypr/hyprland.conf".text = hyprlandConf;
wayland.windowManager.hyprland = {
enable = true;
};