feat: add common shell import

This commit is contained in:
Infinidoge 2021-09-19 22:47:02 -04:00
parent 4c27366219
commit 658ef9afdb

View file

@ -0,0 +1,7 @@
{ ... }: {
imports = [
./bash.nix
./fish.nix
./zsh.nix
];
}