From 32fd6b1069771e458acc42c5f0df26b5810660ee Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 7 Mar 2026 22:29:10 +0100 Subject: [PATCH] Renewed binds --- Droidnix/generated/hyprland/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index e9fcd3bbc..d61c3862d 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -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; }; }