Add nix-shell zsh
This commit is contained in:
parent
e5d8397eaa
commit
c14709c941
2 changed files with 6 additions and 4 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share";
|
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";
|
gtk.theme.name = "arc-dark";
|
||||||
programs.neovim = import ./vim.nix { pkgs = pkgs; };
|
programs.neovim = import ./vim.nix { pkgs = pkgs; };
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
{ name = "romkatv/powerlevel10k"; tags = [ "as:theme" "depth:1" ]; }
|
{ name = "romkatv/powerlevel10k"; tags = [ "as:theme" "depth:1" ]; }
|
||||||
|
{ name = "chisui/zsh-nix-shell"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
initExtraFirst = ''
|
initExtraFirst = ''
|
||||||
|
|
Loading…
Reference in a new issue