Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
showyedge # ShowyEdge
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
showyedge # ShowyEdge
];
}
Package Definition
{
"pname": "showyedge",
"version": "6.0.0",
"src": {
"url": "https://github.com/pqrs-org/ShowyEdge/releases/download/v6.0.0/ShowyEdge-6.0.0.dmg",
"sha256": "933b78d6398bdbfce42cc1c04d0494e9464f22fb18cbe0951a883f9aa8a8066b"
},
"installPhase": [
"mkdir -p \"$out/Applications/ShowyEdge.app\" && cp -r \"ShowyEdge.app\" \"$out/Applications\""
],
"meta": {
"description": "Visible indicator of the current input source",
"homepage": "https://showyedge.pqrs.org/"
}
}