From 682765f2e42101859bcb13c2ceb29954e2206111 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 12:24:43 +0000 Subject: [PATCH] finding hyprland.conf error --- 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 5e1ca709d..6ff3b9d72 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -28,16 +28,17 @@ in enable = true; }; - # Create symlinks for all files in assets/hyprland/conf/hypr + # Create the config directory xdg.configFile = { "hypr/.keep" = { text = ""; }; }; - # Use home.file to create explicit symlinks for each file + # Use home.file to create each file as a symlink home.file = lib.genAttrs files (name: { target = "${flakeRoot}/assets/hyprland/conf/hypr/${name}"; + source = "${flakeRoot}/assets/hyprland/conf/hypr/${name}"; path = "/.config/hypr/${name}"; }); };