ooknet/nixos/modules/base/shell/default.nix

7 lines
55 B
Nix

{
imports = [
./fish
./bash
./zsh
];
}