nixos-config/configurations/profile/home/shell/default.nix

9 lines
89 B
Nix
Raw Normal View History

2023-10-08 11:42:08 +02:00
{
imports = [
./zsh.nix
./bash.nix
./fish.nix
./starship.nix
];
}