nixos/home/merlin.nix

11 lines
101 B
Nix

{
...
}: {
imports = [
./users/admin
./common/core
./common/optional/git.nix
];
}