dotfiles.nix/darwin/games.nix

11 lines
126 B
Nix
Raw Normal View History

2023-10-26 02:37:42 +00:00
{
homebrew.casks = [
# games
"crossover"
"gog-galaxy"
"origin"
"sony-ps-remote-play"
"steam"
];
}