containers: Add gui container

This commit is contained in:
Donovan Glover
2023-06-12 18:09:57 -04:00
parent 4cd995138d
commit ef0e1acfc7
3 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
environment.sessionVariables = {
WAYLAND_DISPLAY = "wayland-1";
QT_QPA_PLATFORM = "wayland";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
SDL_VIDEODRIVER = "wayland";
CLUTTER_BACKEND = "wayland";
MOZ_ENABLE_WAYLAND = "1";
XDG_RUNTIME_DIR = "/run/user/1000";
DISPLAY = ":0";
};
services.xserver.enable = true;
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
}