diff --git a/flake.nix b/flake.nix index fd3bbd2..f251fe4 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ homeManagerModules.default = { config, lib, ... }: { - xdg.configFile."quickshell/hyprshell".source = ./hyprshell; + home.file.".config/quickshell/hyprshell".source = ./hyprshell; }; }; }