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

6 lines
45 B
Nix
Raw Normal View History

2023-12-02 10:42:59 +00:00
_: {
2023-11-04 10:02:11 +00:00
homebrew.casks = [
"steam"
];
}