Nixerus/configurations/profile/home/shell/default.nix

9 lines
89 B
Nix
Raw Normal View History

2023-05-18 12:07:07 +02:00
{
imports = [
./zsh.nix
./bash.nix
./fish.nix
./starship.nix
];
}