diff --git a/desktop-environment/window-manager/hyprland.nix b/desktop-environment/window-manager/hyprland.nix index d3d552b..37253a6 100644 --- a/desktop-environment/window-manager/hyprland.nix +++ b/desktop-environment/window-manager/hyprland.nix @@ -46,12 +46,12 @@ in enable = true; }; - xdg.configFile.".config/hypr" = { + xdg.configFile."hypr" = { source = dotfiles_hypr; recursive = true; }; - xdg.configFile.".config/waybar" = { + xdg.configFile."waybar" = { source = dotfiles_waybar; recursive = true; };