6 lines
97 B
Nix
6 lines
97 B
Nix
|
{...}: {
|
||
|
home-manager.users.guanranwang.imports = [
|
||
|
../../../profiles/gaming/darwin
|
||
|
];
|
||
|
}
|