nichts/modules/programs/cli/module.nix
2024-09-23 18:53:45 +02:00

12 lines
151 B
Nix

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