diff --git a/desktop-environment/window-manager/hyprland.nix b/desktop-environment/window-manager/hyprland.nix index c656302..d3d552b 100644 --- a/desktop-environment/window-manager/hyprland.nix +++ b/desktop-environment/window-manager/hyprland.nix @@ -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; };