feat(desktop): use hyprlock git.

This commit is contained in:
CronyAkatsuki 2025-09-04 15:41:14 +02:00
parent a454acd3eb
commit 0bde788264
3 changed files with 204 additions and 58 deletions

View file

@ -81,7 +81,16 @@
hb-downloader.url = "git+https://git.cronyakatsuki.xyz/crony/hb-downloader";
# Dev version of hyprland
hyprland.url = "github:hyprwm/Hyprland";
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
# Dev version of hyprlock
hyprlock = {
url = "github:hyprwm/hyprlock";
inputs.nixpkgs.follows = "nixpkgs";
};
# Chaotic repo for some of their packages
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";