nichts/modules/programs/cli/module.nix

14 lines
169 B
Nix
Raw Normal View History

2024-07-31 02:09:58 +02:00
_: {
imports = [
2024-09-09 19:52:01 +02:00
./fish.nix
2024-07-31 02:09:58 +02:00
./nh.nix
2024-09-22 19:20:23 +02:00
./starship.nix
2024-09-09 19:52:01 +02:00
./thefuck.nix
./zoxide.nix
2024-07-31 02:09:58 +02:00
./beets.nix
./zellij
2024-09-09 19:51:13 +02:00
./nushell.nix
./eza.nix
2024-07-31 02:09:58 +02:00
];
}