nix/home-manager/common/software/cli/default.nix

12 lines
No EOL
216 B
Nix

{ theme, hostname, ... }: {
imports = [
./bash.nix
./btop.nix
./doom-emacs.nix
./git.nix
./neofetch.nix
./neovim.nix
./ranger.nix
./ssh.nix
];
}