From 6819fec633dcfb17a94b013d87916c2af49a687e Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 11 Mar 2026 15:27:50 +0100 Subject: [PATCH] working on wofi --- Droidnix/generated/hyprland/task_launcher/wofi.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Droidnix/generated/hyprland/task_launcher/wofi.nix b/Droidnix/generated/hyprland/task_launcher/wofi.nix index 13fdf8209..0ef6b1126 100644 --- a/Droidnix/generated/hyprland/task_launcher/wofi.nix +++ b/Droidnix/generated/hyprland/task_launcher/wofi.nix @@ -23,10 +23,9 @@ in home-manager.users.${user.username} = { home.file = { - inherit wofiConfs; # Map the files to their target paths in ~/.config/wofi/ - "${wofiConfigDir}/config" = wofiConfs.config; - "${wofiConfigDir}/style.css" = wofiConfs.theming.css; + "${wofiConfigDir}/config" = wofiConfs."wofi.conf"; # Use the actual filename + "${wofiConfigDir}/style.css" = wofiConfs."theming.css"; # Use the actual filename }; home.sessionVariables = {