Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
funter # Funter
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
funter # Funter
];
} Package Definition
{
"pname": "funter",
"version": "7.1,366",
"src": {
"url": "https://download.nektony.com/download/funter/Funter.dmg?build=366",
"sha256": "56f516c28396fc5cb795f6fb4c639e40047e7df8d0a25b53c030a85998f2d727"
},
"installPhase": [
"mkdir -p \"$out/Applications/Funter 7.app\" && cp -r \"Funter 7.app\" \"$out/Applications\""
],
"meta": {
"description": "Shows hidden files and folders and switches their visibility in Finder",
"homepage": "https://nektony.com/products/funter"
}
}