flake/darwin/profiles/use-cases/gaming.nix
2023-11-22 10:19:11 +08:00

5 lines
49 B
Nix

{...}: {
homebrew.casks = [
"steam"
];
}