universedesktop: Back to Tiling™️
This commit is contained in:
15
machines/universedesktop/desktop/wayland.nix
Normal file
15
machines/universedesktop/desktop/wayland.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
# Wayland support
|
||||
hardware = {
|
||||
opengl.enable = true;
|
||||
opengl.driSupport = true;
|
||||
opengl.driSupport32Bit = true;
|
||||
|
||||
nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
open = false;
|
||||
};
|
||||
};
|
||||
programs.xwayland.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user