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

9 lines
67 B
Nix

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