Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
brightintosh # BrightIntosh
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
brightintosh # BrightIntosh
];
} Package Definition
{
"pname": "brightintosh",
"version": "1.6.1",
"src": {
"url": "https://c.brightintosh.de/updates/BrightIntosh_v1.6.1.dmg",
"sha256": "bc8b79b34e843dd6edd16fb3595c0f6c0736f639683ff64c200f075f6543f2e1"
},
"installPhase": [
"mkdir -p \"$out/Applications/BrightIntosh.app\" && cp -r \"BrightIntosh.app\" \"$out/Applications\""
],
"meta": {
"description": "Utility that allows increased screen brightness",
"homepage": "https://www.brightintosh.de/"
}
}