Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
magicquit # MagicQuit
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
magicquit # MagicQuit
];
} Package Definition
{
"pname": "magicquit",
"version": "1.4",
"src": {
"url": "https://magicquit.com/apps/MagicQuit_1.4.dmg",
"sha256": "2deebd8efc69f06ae51cbc17eecfa15310a8a6a46a800645b285d2be360fd922"
},
"installPhase": [
"mkdir -p \"$out/Applications/MagicQuit.app\" && cp -r \"MagicQuit.app\" \"$out/Applications\""
],
"meta": {
"description": "Efficiency tool for automatically closing apps when they are not in use",
"homepage": "https://magicquit.com/"
}
}