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

12 lines
207 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-02-15 13:05:32 +01:00
./starship.nix
./git.nix
./neofetch.nix
./ranger.nix
./ssh.nix
2024-02-08 03:17:11 +01:00
./nixvim.nix
2023-08-31 13:55:14 +02:00
];
}