OnlySwitch icon

OnlySwitch 2.6.3

System and utility switches

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    only-switch # OnlySwitch
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    only-switch # OnlySwitch
  ];
}

Package Definition

{
  "pname": "only-switch",
  "version": "2.6.3",
  "src": {
    "url": "https://github.com/jacklandrin/OnlySwitch/releases/download/release_2.6.3/OnlySwitch.dmg",
    "sha256": "a5f5c5d9f8f4f257077e46e5af48cd12b4dc7968084f7800808d3848b437c61a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Only Switch.app\" && cp -r \"Only Switch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "System and utility switches",
    "homepage": "https://github.com/jacklandrin/OnlySwitch"
  }
}