12 lines
129 B
Nix
12 lines
129 B
Nix
{
|
|
homebrew = {
|
|
enable = true;
|
|
casks = [
|
|
"orion"
|
|
];
|
|
masApps = {
|
|
"wipr2" = 1662217862;
|
|
};
|
|
};
|
|
}
|