dotfiles.nix/darwin/games.nix

11 lines
126 B
Nix

{
homebrew.casks = [
# games
"crossover"
"gog-galaxy"
"origin"
"sony-ps-remote-play"
"steam"
];
}