nix/home-manager/common/software/cli/default.nix
2024-03-14 14:50:32 +09:00

14 lines
235 B
Nix

{ ... }: {
imports = [
./bash.nix
./btop.nix
./starship.nix
./git.nix
./neofetch.nix
./ranger.nix
./ssh.nix
./nixvim.nix
./rbw.nix
./tmux.nix
];
}