From 6a46083e56687a5b17c21417c368ab1b8c72dffb Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 12:14:21 +0000 Subject: [PATCH] finding hyprland.conf error --- Droidnix/generated/hyprland/hyprland.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index d919ee95c..7b5c69734 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -31,20 +31,13 @@ in enable = true; }; - # Ensure the Hyprland config directory exists and include all files - xdg.configFile = { - "hypr/.keep" = { - text = ""; - }; - } - // hyprlandConfs; - - # Use home-files to copy files + # Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr home-files = [ { path = "hypr"; source = "${flakeRoot}/assets/hyprland/conf/hypr"; recursive = true; + symlink = true; } ]; };