Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
filepane # FilePane
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
filepane # FilePane
];
} Package Definition
{
"pname": "filepane",
"version": "1.10.7,1576186002",
"src": {
"url": "https://dl.devmate.com/com.mymixapps.FilePane/1.10.7/1576186002/FilePane-1.10.7.dmg",
"sha256": "8a3ca4424b4a79485b6a4f9daf879b43430326628d18f38b6eccc1eae56ea5bd"
},
"installPhase": [
"mkdir -p \"$out/Applications/FilePane.app\" && cp -r \"FilePane.app\" \"$out/Applications\""
],
"meta": {
"description": "File management multi-tool",
"homepage": "https://mymixapps.com/filepane"
}
}