aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/conf/zsh')
-rw-r--r--modules/home.legacy/conf/zsh/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/home.legacy/conf/zsh/default.nix b/modules/home.legacy/conf/zsh/default.nix
index f5c65081..cb1a565f 100644
--- a/modules/home.legacy/conf/zsh/default.nix
+++ b/modules/home.legacy/conf/zsh/default.nix
@@ -82,22 +82,5 @@
hisea = "history 0 | grep";
};
- sessionVariables = {
- IVIEWER = "imv";
- READER = "zathura";
-
- LIBVIRT_DEFAULT_URI = "qemu:///system";
-
- BEMENU_SCALE = "1.5";
- BEMENU_BACKEND = "wayland";
- BEMENU_OPTS = "--fn 'Source Code Pro 10' -c -l 30 -B 1 -W 0.9 --hf #ffffff";
-
- # Export Wayland env Vars {{{
- QT_QPA_PLATFORM = "wayland";
- QT_QPA_PLATFORMTHEME = "qt5ct"; # needs qt5ct
- CLUTTER_BACKEND = "wayland";
- SDL_VIDEODRIVER = "wayland"; # might brake some things
- # }}}
- };
};
}