Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
geburtstagschecker # GeburtstagsChecker
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
geburtstagschecker # GeburtstagsChecker
];
} Package Definition
{
"pname": "geburtstagschecker",
"version": "1.9,240",
"src": {
"url": "https://earthlingsoft.net/GeburtstagsChecker/GeburtstagsChecker%201.9%20(240).zip",
"sha256": "aadc2005c7a535107383ff6b517d09cd7859fcbb1dd4178420e895aff2643513"
},
"installPhase": [
"mkdir -p \"$out/Applications/GeburtstagsChecker.app\" && cp -r \"GeburtstagsChecker.app\" \"$out/Applications\""
],
"meta": {
"description": "Check for and remind about upcoming birthdays",
"homepage": "https://earthlingsoft.net/GeburtstagsChecker/"
}
}