nichts/modules/programs/cli/module.nix

14 lines
192 B
Nix

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