diff options
Diffstat (limited to 'modules/home/zsh.nix')
| -rw-r--r-- | modules/home/zsh.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix new file mode 100644 index 0000000..b7dc9c1 --- /dev/null +++ b/modules/home/zsh.nix @@ -0,0 +1,12 @@ +{ ... }: + +{ + home.file = { + ".zshenv".source = ../../zsh/.zshenv; + ".hushlogin".source = ../../zsh/.hushlogin; + ".config/zsh/.zshrc".source = ../../zsh/.config/zsh/.zshrc; + ".config/zsh/aliases".source = ../../zsh/.config/zsh/aliases; + ".config/zsh/path".source = ../../zsh/.config/zsh/path; + ".config/zsh/extras".source = ../../zsh/.config/zsh/extras; + }; +} |
