zsh: use nix to declare zsh config system-wide

This commit is contained in:
Nico 2025-05-03 16:16:03 +10:00
parent 37f5757b2c
commit 8c50712b1f

View file

@ -2,6 +2,7 @@
{ {
programs.zsh.enable = true; programs.zsh.enable = true;
programs.zsh.promptInit = ( builtins.readFile ../stow/.zshrc );
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim