Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
linguax # LinguaX
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
linguax # LinguaX
];
} Package Definition
{
"pname": "linguax",
"version": "2025.12,5005",
"src": {
"url": "https://st.deepzz.com/linguax/LinguaX2025.12.5005.zip",
"sha256": "2978f5379bffe504383eccc6956a6580fd1f13aa6b4eb55722b87c961f8ec764"
},
"installPhase": [
"mkdir -p \"$out/Applications/LinguaX.app\" && cp -r \"LinguaX.app\" \"$out/Applications\""
],
"meta": {
"description": "Menu-bar utility for third-party mice with smooth scrolling and mapping",
"homepage": "https://linguax.app/"
}
}