nichts/modules/programs/cli/module.nix

10 lines
102 B
Nix
Raw Normal View History

2024-07-31 02:09:58 +02:00
_: {
imports = [
./fish.nix
./nh.nix
./starship.nix
./beets.nix
./zellij
];
}