Amethyst icon

Amethyst 0.24.1

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.1",
  "src": {
    "url": "https://github.com/ianyh/Amethyst/releases/download/v0.24.1/Amethyst.zip",
    "sha256": "298efde2b5242f7910591a129a73756662c47a78113d482f59477131e49e7759"
  },
  "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/"
  }
}