nix-config/modules/home-manager/cli/default.nix

10 lines
86 B
Nix

{ ... }:
{
imports = [
./bin
./git.nix
./starship.nix
./zsh
];
}