1
0
Fork 0

Add hyprland and hy3 as inputs.

This commit is contained in:
Kevin Baensch 2024-02-21 21:35:45 +01:00
parent de78aad9bb
commit 16b152a6ff
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,14 @@
url = "github:kamadorueda/alejandra/3.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hy3 = {
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
mailserver.url = "gitlab:/simple-nixos-mailserver/nixos-mailserver";
sops-nix = {
url = "github:Mic92/sops-nix";