Instead of home.file use xdg.configFile
This commit is contained in:
@@ -46,15 +46,13 @@ in
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.file.".config/hypr" = {
|
||||
xdg.configFile.".config/hypr" = {
|
||||
source = dotfiles_hypr;
|
||||
force = true;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/waybar" = {
|
||||
xdg.configFile.".config/waybar" = {
|
||||
source = dotfiles_waybar;
|
||||
force = true;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user