trying to remove extra env vars and stuff
This commit is contained in:
parent
514d81d61e
commit
34dd126901
3 changed files with 6 additions and 10 deletions
|
@ -143,12 +143,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
startServices = "sd-switch"; # auto reload services when home is rebuilt
|
startServices = "sd-switch"; # auto reload services when home is rebuilt
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
GSK_RENDERER = "ngl";
|
# GSK_RENDERER = "ngl";
|
||||||
MOZ_ENABLE_WAYLAND = 1;
|
# MOZ_ENABLE_WAYLAND = 1;
|
||||||
XCURSOR_SIZE = 32;
|
# XCURSOR_SIZE = 32;
|
||||||
XCURSOR_THEME = "Bibata-Modern-Classic";
|
# XCURSOR_THEME = "Bibata-Modern-Classic";
|
||||||
DISPLAY = ":0";
|
DISPLAY = ":0";
|
||||||
WAYLAND_DISPLAY="wayland-1";
|
# WAYLAND_DISPLAY="wayland-1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -210,10 +210,6 @@
|
||||||
home.file.".local/wallpapers".source = ../../homes/emenel/dotfiles/dot_local/wallpapers;
|
home.file.".local/wallpapers".source = ../../homes/emenel/dotfiles/dot_local/wallpapers;
|
||||||
|
|
||||||
xdg.desktopEntries = {
|
xdg.desktopEntries = {
|
||||||
scide = {
|
|
||||||
name = "SuperCollider IDE (fixed)";
|
|
||||||
exec = "QT_QPA_PLATFORM=xcb /etc/profiles/per-user/emenel/bin/scide";
|
|
||||||
};
|
|
||||||
isd = {
|
isd = {
|
||||||
name = "isd (interactive systemd)";
|
name = "isd (interactive systemd)";
|
||||||
exec = "/home/emenel/.local/bin/wezapp isd";
|
exec = "/home/emenel/.local/bin/wezapp isd";
|
||||||
|
|
|
@ -93,7 +93,7 @@ in
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
DISPLAY = ":0";
|
DISPLAY = ":0";
|
||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "xcb";
|
||||||
XDG_CURRENT_DESKTOP = "niri";
|
XDG_CURRENT_DESKTOP = "niri";
|
||||||
XDG_SESSION_TYPE = "wayland";
|
XDG_SESSION_TYPE = "wayland";
|
||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue