working on wofi
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user