This commit is contained in:
RingOfStorms (Joshua Bell) 2025-02-25 15:12:12 -06:00
parent a633383d11
commit 385cefb828
2 changed files with 9 additions and 0 deletions

View file

@ -17,6 +17,12 @@
"~/.config"
];
};
home.shellAliases = {
ndr = "nix-direnv-reload";
};
programs.zsh.shellAliases = {
ndr = "nix-direnv-reload";
};
};
};
}

View file

@ -56,6 +56,9 @@
# local only files
"*.local"
# AI tooling
".aider*"
];
};
}