diff --git a/flake.nix b/flake.nix index d0991a1..b05e456 100644 --- a/flake.nix +++ b/flake.nix @@ -10,17 +10,17 @@ }; outputs = - { + inputs@{ self, nixpkgs, home-manager, ... - }@inputs: + }: { homeManagerModules.default = { config, lib, ... }: { - home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell; + inputs.home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell; }; }; }