nix-config/home-manager/sajenim/features/cli/default.nix
2025-02-16 23:23:19 +08:00

9 lines
87 B
Nix

{...}: {
imports = [
./git.nix
./nvim.nix
./ssh.nix
./zsh.nix
];
}