nixfiles/modules/home/zsh.nix

5 lines
98 B
Nix

{ lib, ... }: {
programs.zsh.initContent = lib.mkBefore ''
source /etc/static/zshrc
'';
}