nix/home-manager/common/software/cli/default.nix
2024-02-08 11:17:11 +09:00

12 lines
No EOL
211 B
Nix

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