sneeuwvlok/modules/home/shell/toolset/default.nix
2026-03-25 06:45:43 +00:00

16 lines
161 B
Nix

{
imports = [
./bat
./btop
./eza
./fzf
./git
./gnugpg
./just
./starship
./tmux
./yazi
./zellij
./zoxide
];
}