{ pkgs, ... }: { system.defaults.CustomUserPreferences = { "com.coconut-flavour.coconutBattery" = { # don't check for updates SUEnableAutomaticChecks = 0; }; }; homebrew = { enable = true; casks = [ "coconutbattery" ]; }; }