flake/darwin/profiles/common/opt-in/gaming/default.nix

9 lines
112 B
Nix
Raw Normal View History

2024-01-15 12:18:06 +08:00
{
2023-11-17 13:38:25 +08:00
### home-manager
home-manager.users.guanranwang = import ./home;
2024-01-17 12:47:27 +08:00
homebrew.casks = [
"steam"
];
2023-11-17 13:38:25 +08:00
}