diff --git a/flake.nix b/flake.nix index d1517f8..9cded06 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,10 @@ hyprland.url = "github:hyprwm/Hyprland"; hyprsysteminfo.url = "github:hyprwm/hyprsysteminfo"; ghostty.url = "github:ghostty-org/ghostty"; - hyprpanel.url = "github:Jas-SinghFSU/HyprPanel"; + hyprpanel = { + url = "github:Jas-SinghFSU/HyprPanel"; + inputs.nixpkgs.follows = "nixpkgs"; + } home-manager = { url = "github:nix-community/home-manager";