mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fix hyprland...
This commit is contained in:
parent
4bcd9efc99
commit
5dee28b5c8
2 changed files with 10 additions and 24 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue