diff --git a/flake.lock b/flake.lock index 0b2747c..1a6416b 100644 --- a/flake.lock +++ b/flake.lock @@ -639,6 +639,26 @@ "type": "github" } }, + "hyprwm-contrib": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1733056338, + "narHash": "sha256-sp14z0mrqrtmouz1+bU4Jh8/0xi+xwQHF2l7mhGSSVU=", + "owner": "hyprwm", + "repo": "contrib", + "rev": "d7c55140f1785b8d9fef351f1cd2a4c9e1eaa466", + "type": "github" + }, + "original": { + "owner": "hyprwm", + "repo": "contrib", + "type": "github" + } + }, "lanzaboote": { "inputs": { "crane": "crane", @@ -3204,6 +3224,7 @@ "firefox-addons": "firefox-addons", "home-manager": "home-manager_2", "hyprland": "hyprland", + "hyprwm-contrib": "hyprwm-contrib", "lanzaboote": "lanzaboote", "niri": "niri", "nix-flatpak": "nix-flatpak", diff --git a/flake.nix b/flake.nix index 0ba3a43..cdf4cbc 100644 --- a/flake.nix +++ b/flake.nix @@ -59,6 +59,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; hyprland.url = "github:hyprwm/Hyprland"; + hyprwm-contrib = { + url = "github:hyprwm/contrib"; + inputs.nixpkgs.follows = "nixpkgs"; + }; niri.url = "github:sodiboo/niri-flake"; nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.5.0"; nvf.url = "github:notashelf/nvf";