Trying to install plugins on hyprland

I am getting this error following instructions from
Hyprland on Home Manager instructions via Hyprland Wiki


      error: The option `home-manager.users.dgraham.inputs' does not exist. Definition values:
       - In `/nix/store/0h5bd6m0s39sdmmkhj1y29yjriflb815-source/flake.nix':
           {
             hyprland = {
               url = "github:hyprwm/Hyprland";
             };
             hyprland-plugins = {
           ...

My Nix files:

you probably want to set

home-manager.extraSpecialArgs = { inherit inputs; };

in your flake.nix