Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
screenfocus # ScreenFocus
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
screenfocus # ScreenFocus
];
} Package Definition
{
"pname": "screenfocus",
"version": "1.1.1",
"src": {
"url": "https://cdn.apptorium.com/products/screenfocus/releases/ScreenFocus-1.1.1.zip",
"sha256": "4b4bafc62e0f17896c11b3683cff2dbc7f4dc68f0d46a32c817bf9a6eb254959"
},
"installPhase": [
"mkdir -p \"$out/Applications/ScreenFocus.app\" && cp -r \"ScreenFocus.app\" \"$out/Applications\""
],
"meta": {
"description": "Tool to manage multiple screens",
"homepage": "https://www.apptorium.com/screenfocus"
}
}