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

5 lines
49 B
Nix

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