diff --git a/flake.nix b/flake.nix index 0f9e7c6..5deb2a6 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ homeManagerModules.default = { config, lib, ... }: { - home.file.".config/quickshell/hyprshell".source = ./hyprshell; + inputs.home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell; }; }; }