diff --git a/homes/emenel/default.nix b/homes/emenel/default.nix index a50b33a..bb0bef9 100644 --- a/homes/emenel/default.nix +++ b/homes/emenel/default.nix @@ -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"; }; }; diff --git a/modules/home/desktop.nix b/modules/home/desktop.nix index e6bb2bb..422aed5 100644 --- a/modules/home/desktop.nix +++ b/modules/home/desktop.nix @@ -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"; diff --git a/modules/home/niri.nix b/modules/home/niri.nix index 096199a..32e8ec4 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -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";