nix/home-manager/common/software/cli/default.nix
2023-12-01 11:13:39 +09:00

13 lines
No EOL
205 B
Nix

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