mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 17:26:00 +01:00
fix(nix): missing dependency
This commit is contained in:
parent
a5ffd44caf
commit
13befbd266
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
mesa,
|
||||
mount,
|
||||
pango,
|
||||
pciutils,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
wayland-scanner,
|
||||
|
@ -68,6 +69,7 @@ in
|
|||
wayland
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
pciutils
|
||||
(wlroots.override {inherit enableXWayland hidpiXWayland nvidiaPatches;})
|
||||
]
|
||||
++ lib.optionals enableXWayland [libxcb xcbutilwm xwayland];
|
||||
|
|
Loading…
Reference in a new issue