BetterDisplay icon

BetterDisplay 3.2.1

Display management tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "betterdisplay",
  "version": "3.2.1",
  "src": {
    "url": "https://github.com/waydabber/BetterDisplay/releases/download/v3.2.1/BetterDisplay-v3.2.1.dmg",
    "sha256": "5102d5442794ce74ea4faa8347ab19459e7131582cd138768914699c5d29a952"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"BetterDisplay.app\" \"$out/Applications/BetterDisplay.app\""
  ],
  "meta": {
    "description": "Display management tool",
    "homepage": "https://betterdisplay.pro/"
  }
}