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

8 lines
53 B
Nix

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