diff --git a/users/profiles/shells/common.nix b/users/profiles/shells/common.nix new file mode 100644 index 0000000..7fee820 --- /dev/null +++ b/users/profiles/shells/common.nix @@ -0,0 +1,7 @@ +{ ... }: { + imports = [ + ./bash.nix + ./fish.nix + ./zsh.nix + ]; +}