NixToSee/modules/software/shells/default.nix
2025-01-13 03:14:46 +01:00

6 lines
59 B
Nix

{...}: {
imports = [
./zsh.nix
./fish.nix
];
}