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

7 lines
43 B
Nix

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