added homebrew casks
This commit is contained in:
parent
23a4fd6a77
commit
0744897f7f
30
systems/mmacbookpro/apps.nix
Normal file
30
systems/mmacbookpro/apps.nix
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
homebrew = {
|
||||||
|
enable = true;
|
||||||
|
taps = [
|
||||||
|
{
|
||||||
|
name = "popcorn-official/popcorn-desktop";
|
||||||
|
clone_target = "https://github.com/popcorn-official/popcorn-desktop.git";
|
||||||
|
force_auto_update = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
casks = [
|
||||||
|
# Media
|
||||||
|
"popcorn-time"
|
||||||
|
"syncplay"
|
||||||
|
|
||||||
|
# Games
|
||||||
|
/* "minecraft" */
|
||||||
|
/* "prismlauncher" */
|
||||||
|
|
||||||
|
# IDEs
|
||||||
|
"pycharm"
|
||||||
|
"webstorm"
|
||||||
|
"clion"
|
||||||
|
"goland"
|
||||||
|
"android-studio"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user