Hyprland: unstable pkg
This commit is contained in:
parent
9192ff91dc
commit
69b77af215
2 changed files with 10 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue