working on wofi

This commit is contained in:
2026-03-11 15:27:50 +01:00
parent 100d1359f3
commit 6819fec633
@@ -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 = {