nixfiles/modules/home/zsh.nix
2025-07-13 05:10:57 -07:00

5 lines
96 B
Nix

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