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}"; }); };