nix/home-manager/common/software/cli/default.nix
2024-04-28 13:39:08 +09:00

15 lines
253 B
Nix

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