Stay icon

Stay 1.5.1

Windows manager

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "stay",
  "version": "1.5.1",
  "src": {
    "url": "https://cordlessdog.com/stay/versions/Stay%201.5.1.dmg",
    "sha256": "f6a1a3a935ac237381360f463080bf9043676907fc7ec835eb39914b4440582d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Stay.app\" && cp -r \"Stay.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Windows manager",
    "homepage": "https://cordlessdog.com/stay/"
  }
}