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

12 lines
216 B
Nix
Raw Normal View History

2023-08-31 13:55:14 +02:00
{ theme, hostname, ... }: {
imports = [
./bash.nix
./btop.nix
./doom-emacs.nix
./git.nix
./neofetch.nix
./neovim.nix
./ranger.nix
./ssh.nix
2023-08-31 13:55:14 +02:00
];
}