Remove zsh nix shell

This commit is contained in:
Bad 2021-08-26 19:18:03 +02:00
parent 78d39c1f42
commit ae0325f120

View file

@ -4,7 +4,7 @@
home.sessionVariables = {
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share";
NIX_BUILD_SHELL = "zsh";
# NIX_BUILD_SHELL = "zsh";
};
gtk.theme.name = "arc-dark";
gtk.theme.package = pkgs.arc-theme;