From 7ddf0c07b505471e0766b00c30b7e79d063dd1ba Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 21 Jun 2022 22:59:24 +0200 Subject: [PATCH] Remove redundant GTK_THEME variable declaration --- modules/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui.nix b/modules/gui.nix index 6d5bd06..00a084b 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -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