nichts/modules/programs/cli/module.nix
2024-10-09 22:42:16 +02:00

13 lines
167 B
Nix

_: {
imports = [
./fish.nix
./nh.nix
./starship.nix
./thefuck.nix
./zoxide.nix
./beets.nix
./atuin.nix
./zellij
./eza.nix
];
}