flake/darwin/profiles/desktop/addtional/gaming.nix
2023-11-17 13:38:25 +08:00

5 lines
49 B
Nix

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