flake/users/guanranwang/darwin/profiles/opt-in/gaming.nix

6 lines
112 B
Nix
Raw Normal View History

2023-12-02 18:42:59 +08:00
_: {
2023-11-14 11:22:17 +08:00
home-manager.users.guanranwang.imports = [
2023-11-17 13:38:25 +08:00
../../../../../home-manager/profiles/gaming/darwin
2023-11-14 11:22:17 +08:00
];
}