nichts/modules/programs/cli/module.nix

13 lines
159 B
Nix
Raw Normal View History

2024-07-31 02:09:58 +02:00
_: {
imports = [
2024-09-09 19:51:13 +02:00
# ./fish.nix
2024-07-31 02:09:58 +02:00
./nh.nix
2024-09-09 19:51:13 +02:00
# ./starship.nix
2024-07-31 02:09:58 +02:00
./beets.nix
./zellij
2024-09-09 19:51:13 +02:00
./oh-my-posh.nix
./nushell.nix
./eza.nix
2024-07-31 02:09:58 +02:00
];
}