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

12 lines
210 B
Nix
Raw Normal View History

2024-01-05 08:17:13 +01:00
{ hostname, ... }: {
2023-08-31 13:55:14 +02:00
imports = [
./bash.nix
./btop.nix
2024-01-29 14:43:37 +01:00
#./doom-emacs.nix
./git.nix
./neofetch.nix
./neovim.nix
./ranger.nix
./ssh.nix
2023-08-31 13:55:14 +02:00
];
}