Default Folder X icon

Default Folder X 6.1.3

Utility to enhance the Open and Save dialogs in applications

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    default-folder-x # Default Folder X
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    default-folder-x # Default Folder X
  ];
}

Package Definition

{
  "pname": "default-folder-x",
  "version": "6.1.3",
  "src": {
    "url": "https://www.stclairsoft.com/download/DefaultFolderX-6.1.3.dmg",
    "sha256": "41f3fa0015f3964186f59f501ff6884150554b5c7bc6bbcf7c7445c9a4ad9bd4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Default Folder X.app\" \"$out/Applications/Default Folder X.app\""
  ],
  "meta": {
    "description": "Utility to enhance the Open and Save dialogs in applications",
    "homepage": "https://www.stclairsoft.com/DefaultFolderX/"
  }
}