From fd3bea03e84045c8b16c0ce06cae9ad063ed1c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Mon, 20 Apr 2026 21:59:19 +0200 Subject: [PATCH] Instead of home.file use xdg.configFile --- desktop-environment/window-manager/hyprland.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; };