nix/modules/home/cli/common/default.nix

10 lines
79 B
Nix

{ ... }:
{
imports = [
./git.nix
./shell.nix
./helix.nix
];
}