trying to remove extra env vars and stuff

This commit is contained in:
Matt Nish-Lapidus 2025-03-20 12:21:14 -04:00
parent 514d81d61e
commit 34dd126901
3 changed files with 6 additions and 10 deletions

View file

@ -210,10 +210,6 @@
home.file.".local/wallpapers".source = ../../homes/emenel/dotfiles/dot_local/wallpapers;
xdg.desktopEntries = {
scide = {
name = "SuperCollider IDE (fixed)";
exec = "QT_QPA_PLATFORM=xcb /etc/profiles/per-user/emenel/bin/scide";
};
isd = {
name = "isd (interactive systemd)";
exec = "/home/emenel/.local/bin/wezapp isd";

View file

@ -93,7 +93,7 @@ in
environment = {
DISPLAY = ":0";
QT_QPA_PLATFORM = "wayland";
QT_QPA_PLATFORM = "xcb";
XDG_CURRENT_DESKTOP = "niri";
XDG_SESSION_TYPE = "wayland";
MOZ_ENABLE_WAYLAND = "1";