some additions to zsh

This commit is contained in:
Anthony Cicchetti 2024-02-18 11:45:54 -05:00
parent c6961123d8
commit de2ef29738

View file

@ -7,6 +7,13 @@
repo_root = "../../..";
in {
home.file = {
"/.zsh.d/" = {
source = ./${repo_root}/zsh/funcs;
};
"/.cache/zsh/completions/.keep" = {
text = "";
recursive = true;
};
"bin/git-sync".source = ./${repo_root}/git-sync;
".cargo/config.toml".source = pkgs.substituteAll {
src = ./${repo_root}/cargo/config.toml.nixtemplate;