nix/home-manager/common/software/cli/default.nix
2023-09-15 12:03:35 +09:00

12 lines
No EOL
191 B
Nix

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