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 = {