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