Shimonote icon

Shimonote 3.1.1,6d78b4a

Document editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "shimonote",
  "version": "3.1.1,6d78b4a",
  "src": {
    "url": "https://as.smvm.cn/panther/shimo/release/darwin/arm64/%e7%9f%b3%e5%a2%a8%e6%96%87%e6%a1%a3_v3.1.1-release.6d78b4a.shimo_darwin-arm64.zip",
    "sha256": "ec741ed9d38b2df97925c4ea001c4d71a00dc5a5fd58b60cc1fd256fc36fa6d8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/石墨文档.app\" && cp -r \"石墨文档.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Document editor",
    "homepage": "https://shimo.im/"
  }
}