Amethyst icon

Amethyst 0.24.2

Automatic tiling window manager similar to xmonad

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "amethyst",
  "version": "0.24.2",
  "src": {
    "url": "https://github.com/ianyh/Amethyst/releases/download/v0.24.2/Amethyst.zip",
    "sha256": "21e907ac2ab6252095de51081c1bc62db451ce3415d800a79827c94d64442fa7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Amethyst.app\" && cp -r \"Amethyst.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Automatic tiling window manager similar to xmonad",
    "homepage": "https://ianyh.com/amethyst/"
  }
}