From 2841e8278a922ae52ed9c549137f2c40d803fb3b Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 12:16:55 +0000 Subject: [PATCH] finding hyprland.conf error --- Droidnix/generated/hyprland/hyprland.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index 7b5c69734..0377367fd 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -32,13 +32,11 @@ in }; # 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; - } - ]; + xdg.configFile = { + "hypr/.keep" = { + text = ""; + }; + } + // hyprlandConfs; }; }