Remove redundant GTK_THEME variable declaration
This commit is contained in:
parent
28876dd62d
commit
7ddf0c07b5
|
@ -35,6 +35,7 @@ with pkgs;
|
|||
kanshi
|
||||
kitty
|
||||
qt5.qtwayland
|
||||
glib
|
||||
];
|
||||
extraSessionCommands = ''
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
@ -42,7 +43,6 @@ with pkgs;
|
|||
export GRIM_DEFAULT_DIR=/home/coolneng/Photos/Screenshots
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
export GTK_THEME=Adapta-Eta
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
|
||||
|
|
Loading…
Reference in New Issue