Stay icon

Stay 1.4

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.4",
  "src": {
    "url": "https://cordlessdog.com/stay/versions/Stay%201.4.dmg",
    "sha256": "20362f8564cf7384350f19ee39d46db675473cf82417e7b552e2cdabc363fd4b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Stay.app\" \"$out/Applications/Stay.app\""
  ],
  "meta": {
    "description": "Windows manager",
    "homepage": "https://cordlessdog.com/stay/"
  }
}