update flake lock

This commit is contained in:
outfoxxed 2025-01-06 01:27:52 -08:00
parent 973f577d74
commit c70822c1f5
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 569 additions and 109 deletions

View file

@ -27,17 +27,21 @@
inputs.flake-utils.follows = "flake-utils";
};
/*radicle = {
url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};*/
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprsunset = {
url = "git+https://github.com/hyprwm/hyprsunset";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprpicker = {
url = "git+https://github.com/hyprwm/hyprpicker";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-hy3 = {
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";