flake/users/guanranwang/darwin/profiles/use-cases/gaming.nix

6 lines
116 B
Nix
Raw Normal View History

2023-11-14 03:22:17 +00:00
{...}: {
home-manager.users.guanranwang.imports = [
2023-11-17 05:38:25 +00:00
../../../../../home-manager/profiles/gaming/darwin
2023-11-14 03:22:17 +00:00
];
}