Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
geektool # GeekTool
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
geektool # GeekTool
];
}
Package Definition
{
"pname": "geektool",
"version": "3.3.1,331.014,1470733752",
"src": {
"url": "https://dl.devmate.com/org.tynsoe.GeekTool/331.014/1470733752/GeekTool-331.014.zip",
"sha256": "73cbb2361601048c7f4d05a6717e53e83b088d49ac75309b2f8e4dccc17df63c"
},
"installPhase": [
"mkdir -p \"$out/Applications/GeekTool.app\" && cp -r \"GeekTool.app\" \"$out/Applications\""
],
"meta": {
"description": "Desktop customization tool",
"homepage": "https://www.tynsoe.org/geektool/"
}
}