nix/home-manager/common/software/cli/default.nix
2024-02-07 20:46:48 +09:00

13 lines
No EOL
208 B
Nix

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