Add nix-shell zsh

This commit is contained in:
Bad 2021-04-10 14:50:48 +02:00
parent e5d8397eaa
commit c14709c941
2 changed files with 6 additions and 4 deletions

View file

@ -8,6 +8,7 @@
home.sessionVariables = {
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share";
NIX_BUILD_SHELL = "zsh";
};
gtk.theme.name = "arc-dark";
programs.neovim = import ./vim.nix { pkgs = pkgs; };

View file

@ -5,6 +5,7 @@
enable = true;
plugins = [
{ name = "romkatv/powerlevel10k"; tags = [ "as:theme" "depth:1" ]; }
{ name = "chisui/zsh-nix-shell"; }
];
};
initExtraFirst = ''