trying to remove extra env vars and stuff

This commit is contained in:
Matt Nish-Lapidus 2025-03-20 15:59:06 -04:00
parent 34dd126901
commit 8c5fcab9d3
2 changed files with 14 additions and 14 deletions

View file

@ -143,12 +143,12 @@
enable = true;
startServices = "sd-switch"; # auto reload services when home is rebuilt
sessionVariables = {
# GSK_RENDERER = "ngl";
# MOZ_ENABLE_WAYLAND = 1;
# XCURSOR_SIZE = 32;
# XCURSOR_THEME = "Bibata-Modern-Classic";
GSK_RENDERER = "ngl";
MOZ_ENABLE_WAYLAND = 1;
XCURSOR_SIZE = 32;
XCURSOR_THEME = "Bibata-Modern-Classic";
DISPLAY = ":0";
# WAYLAND_DISPLAY="wayland-1";
WAYLAND_DISPLAY="wayland-1";
};
};