Moves icon

Moves 1.10.1

Window manager

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "moves",
  "version": "1.10.1",
  "src": {
    "url": "https://github.com/mikker/Moves.app/releases/download/v1.10.1/Moves.app.zip",
    "sha256": "fdf81e0d86d4ad078a16b7496ca35aaff0ad1b687a05368b85550fa41cfcbdd6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Moves.app\" && cp -r \"Moves.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Window manager",
    "homepage": "https://github.com/mikker/Moves.app/"
  }
}