Hyprland: unstable pkg

This commit is contained in:
Filippo Berto 2024-04-14 16:29:14 +02:00
parent 9192ff91dc
commit 69b77af215
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 10 additions and 9 deletions

View file

@ -1,6 +1,7 @@
{ config, ... }: {
{ config, pkgs, ... }: {
programs.hyprland = {
enable = true;
package = pkgs.unstable_pkgs.hyprland;
enableNvidiaPatches = builtins.elem "nvidia" config.services.xserver.videoDrivers;
xwayland.enable = true;
};