feat: add hydra repo package

This commit is contained in:
Noa Aarts 2024-10-21 14:41:47 +02:00
parent 425d3fc80d
commit f7010e5367
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 90 additions and 1 deletions

View file

@ -24,6 +24,11 @@
#inputs.nixpkgs.follows = "nixpkgs"; # broken until libseat fix
};
hydra = {
url = "github:nixos/hydra";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprpicker = {
url = "github:hyprwm/hyprpicker";
inputs.nixpkgs.follows = "nixpkgs";