nixfiles/modules/home/zsh.nix

5 lines
77 B
Nix

_: {
programs.zsh.initExtraFirst = ''
source /etc/static/zshrc
'';
}