From 1a843427384e1018e2ef7bc3ea5a0e2489ae5665 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 8 Mar 2026 00:14:18 +0100 Subject: [PATCH] Working on bindings --- Droidnix/generated/hyprland/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index 15bb0a219..3f729fd4b 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -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; };