universedesktop: Back to Tiling™️

This commit is contained in:
2024-05-05 09:33:47 -04:00
parent f6629ce275
commit 29b0281c72
6 changed files with 58 additions and 29 deletions

View 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;
}