ModMove icon

ModMove 1.1.1

Utility to move/resize windows using modifiers and the mouse

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "modmove",
  "version": "1.1.1",
  "src": {
    "url": "https://github.com/keith/modmove/releases/download/1.1.1/ModMove.app.zip",
    "sha256": "81b9cd96050b6bffecccb1ec6ef590a4fc0225c86e96de0a67a482b80c241bf7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ModMove.app\" && cp -r \"ModMove.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to move/resize windows using modifiers and the mouse",
    "homepage": "https://github.com/keith/modmove"
  }
}