Fix hyprland...

This commit is contained in:
Emmet
2025-09-07 20:48:53 -05:00
parent 4bcd9efc99
commit 5dee28b5c8
2 changed files with 10 additions and 24 deletions

View File

@@ -92,12 +92,13 @@
hyprland = {
url = "github:hyprwm/Hyprland/v0.50.1?submodules=true";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprlock = {
type = "git";
url = "https://code.hyprland.org/hyprwm/hyprlock.git";
inputs.nixpkgs.follows = "hyprland/nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
plasma-manager = {