7 lines
106 B
Nix
7 lines
106 B
Nix
# this folder container modules that are for darwin only
|
|
{...}: {
|
|
imports = [
|
|
./home-manager
|
|
];
|
|
}
|