nichts/modules/programs/cli/module.nix
2024-09-09 19:51:13 +02:00

12 lines
159 B
Nix

_: {
imports = [
# ./fish.nix
./nh.nix
# ./starship.nix
./beets.nix
./zellij
./oh-my-posh.nix
./nushell.nix
./eza.nix
];
}