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

10 lines
79 B
Nix
Raw Normal View History

2024-06-20 13:41:57 +02:00
{ ... }:
{
imports = [
./git.nix
./shell.nix
./helix.nix
];
}