Niftyman icon

Niftyman 2.0.0

Access the Notion tool from the menu bar

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    niftyman # Niftyman
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    niftyman # Niftyman
  ];
}

Package Definition

{
  "pname": "niftyman",
  "version": "2.0.0",
  "src": {
    "url": "https://notion-menubar-updates.s3.amazonaws.com/Niftyman-2.0.0.dmg",
    "sha256": "9ffdfc517fe48f521793a03fcda3912becb004b7652821452f25a3be173f6f55"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Niftyman.app\" && cp -r \"Niftyman.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Access the Notion tool from the menu bar",
    "homepage": "https://shadowfax.app/niftyman"
  }
}