flake: add hyprwm-contrib for grimslurp

This commit is contained in:
Anthony Rodriguez 2024-12-13 14:54:24 +01:00
parent 04914eab73
commit 471c6b5503
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 25 additions and 0 deletions

View file

@ -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",

View file

@ -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";