Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
mouseless_preview # mouseless preview channel
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
mouseless_preview # mouseless preview channel
];
}
Package Definition
{
"pname": "mouseless_preview",
"version": "0.4.0-preview.6",
"src": {
"url": "https://mouseless.click/mouseless-installer_v0.4.0-preview.6.dmg",
"sha256": "0e90d1ffd1af3795010c8b6505fc00855abf3f5a90fcf62fc0e421b5517aca19"
},
"installPhase": [
"mkdir -p \"$out/Applications/Mouseless.app\" && cp -r \"Mouseless.app\" \"$out/Applications\""
],
"meta": {
"description": "Mouse control with the keyboard",
"homepage": "https://mouseless.click/"
}
}