working on wofi
This commit is contained in:
@@ -23,10 +23,9 @@ in
|
|||||||
|
|
||||||
home-manager.users.${user.username} = {
|
home-manager.users.${user.username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
inherit wofiConfs;
|
|
||||||
# Map the files to their target paths in ~/.config/wofi/
|
# Map the files to their target paths in ~/.config/wofi/
|
||||||
"${wofiConfigDir}/config" = wofiConfs.config;
|
"${wofiConfigDir}/config" = wofiConfs."wofi.conf"; # Use the actual filename
|
||||||
"${wofiConfigDir}/style.css" = wofiConfs.theming.css;
|
"${wofiConfigDir}/style.css" = wofiConfs."theming.css"; # Use the actual filename
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|||||||
Reference in New Issue
Block a user