{"id":50168257,"url":"https://github.com/daaboulex/yeetmouse-nix","last_synced_at":"2026-05-24T22:03:32.821Z","repository":{"id":347691907,"uuid":"1194938651","full_name":"Daaboulex/yeetmouse-nix","owner":"Daaboulex","description":"YeetMouse packaged for NixOS — kernel mouse acceleration driver with 8 accel modes","archived":false,"fork":false,"pushed_at":"2026-05-24T08:20:10.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T10:18:42.072Z","etag":null,"topics":["acceleration","flake","gaming","input","kernel-module","mouse","nix","nixos"],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Daaboulex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-29T02:17:17.000Z","updated_at":"2026-05-24T08:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Daaboulex/yeetmouse-nix","commit_stats":null,"previous_names":["daaboulex/yeetmouse-nix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Daaboulex/yeetmouse-nix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daaboulex%2Fyeetmouse-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daaboulex%2Fyeetmouse-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daaboulex%2Fyeetmouse-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daaboulex%2Fyeetmouse-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Daaboulex","download_url":"https://codeload.github.com/Daaboulex/yeetmouse-nix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daaboulex%2Fyeetmouse-nix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33452034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acceleration","flake","gaming","input","kernel-module","mouse","nix","nixos"],"created_at":"2026-05-24T22:03:26.988Z","updated_at":"2026-05-24T22:03:32.807Z","avatar_url":"https://github.com/Daaboulex.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yeetmouse-nix\n\n\u003c!-- BEGIN generated:badges --\u003e\n[![CI](https://github.com/Daaboulex/yeetmouse-nix/actions/workflows/ci.yml/badge.svg)](https://github.com/Daaboulex/yeetmouse-nix/actions/workflows/ci.yml)\n[![NixOS unstable](https://img.shields.io/badge/NixOS-unstable-78C0E8?logo=nixos\u0026logoColor=white)](https://nixos.org)\n[![License: GPL-2.0](https://img.shields.io/badge/License-GPL--2.0-blue.svg)](./LICENSE)\n\u003c!-- END generated:badges --\u003e\n\nYeetMouse kernel mouse acceleration driver packaged for NixOS.\n\n\u003c!-- BEGIN generated:upstream --\u003e\n## Upstream\n\n| | |\n|---|---|\n| **Project** | [AndyFilter/YeetMouse](https://github.com/AndyFilter/YeetMouse) |\n| **License** | GPL-2.0 |\n| **Tracked** | Git commits (master) |\n\u003c!-- END generated:upstream --\u003e\n\n## What Is This?\n\nA Nix flake that builds the YeetMouse kernel module + GUI from upstream master with full CI infrastructure:\n\n- **Daily upstream tracking** at 06:00 UTC — new commits on `master` land here within a day\n- **Pre-build verification** — fail-closed pipeline (eval → build → ELF check) before any push to `main`\n- **Dual-compiler kernel detection** — auto-selects GCC vs LLVM/Clang to match CachyOS LTO and stock kernels\n- **Per-device profiles** — `myModules.input.yeetmouse.devices.\u003cdev\u003e.enable` with bundled G502 libinput HWDB rule (flat-profile, prevents double acceleration)\n- **Two integration paths** — NixOS module (`hardware.yeetmouse`) for module + udev + sensitivity; HM module (`programs.yeetmouse`) for the GUI\n\n## Components\n\n| Component | Type | Description |\n|---|---|---|\n| `yeetmouse-driver` | kernel module | Hardware-level mouse acceleration in kernel space (zero userspace latency); 8 modes (linear, power, classic, motivity, synchronous, natural, jump, LUT) |\n| `yeetmouse-gui` | package | Real-time curve adjustment GUI |\n| `nixosModules.default` | NixOS module | `hardware.yeetmouse.*` (sensitivity + mode params) + `myModules.input.yeetmouse.*` (toggles + per-device profiles like G502) + udev + systemd service for immediate parameter apply on mouse connect |\n| `homeManagerModules.default` | HM module | GUI installation for the user |\n\n## Features\n\n- Kernel module for hardware-level mouse acceleration (runs in kernel space, zero userspace latency)\n- GUI for real-time curve adjustment\n- 8 acceleration modes: linear, power, classic, motivity, synchronous, natural, jump, LUT\n- Dual compiler detection (GCC and LLVM/Clang for CachyOS LTO kernels)\n- G502 libinput HWDB integration (flat profile to prevent double acceleration)\n- Udev + systemd service for immediate parameter application on mouse connect\n\n\u003c!-- BEGIN generated:installation --\u003e\n## Installation\n\nAdd as a flake input:\n\n```nix\n{\n  inputs.yeetmouse = {\n    url = \"github:Daaboulex/yeetmouse-nix\";\n    inputs.nixpkgs.follows = \"nixpkgs\";\n  };\n}\n```\n\nThen use the package:\n\n```nix\n{ pkgs, inputs, ... }:\n{\n  environment.systemPackages = [ inputs.yeetmouse.packages.${pkgs.system}.default ];\n}\n```\n\u003c!-- END generated:installation --\u003e\n\n## Usage\n\nAdd as a flake input:\n\n```nix\nyeetmouse = {\n  url = \"github:Daaboulex/yeetmouse-nix\";\n  inputs.nixpkgs.follows = \"nixpkgs\";\n};\n```\n\nImport the NixOS module and overlay:\n\n```nix\nimports = [ inputs.yeetmouse.nixosModules.default ];\nnixpkgs.overlays = [ inputs.yeetmouse.overlays.default ];\n```\n\nEnable in your host config:\n\n```nix\nmyModules.input.yeetmouse = {\n  enable = true;\n  devices.g502.enable = true;\n};\n\nhardware.yeetmouse = {\n  sensitivity = 0.5;\n  mode.jump = {\n    acceleration = 2.0;\n    midpoint = 7.8;\n  };\n};\n```\n\nFor the GUI, add the Home Manager module:\n\n```nix\nhome-manager.sharedModules = [ inputs.yeetmouse.homeManagerModules.default ];\n```\n\n## Development\n\n```bash\ngit clone https://github.com/Daaboulex/yeetmouse-nix\ncd yeetmouse-nix\nnix develop                       # enter dev shell, installs pre-commit hooks\nnix fmt                           # format flake + module\nnix flake check --no-build        # eval check\nnix build                         # build the kernel module against the active kernel\nnix build .#yeetmouse-gui         # build the GUI\n```\n\nCI runs the same chain daily via `.github/workflows/update.yml`; manual updates rarely needed.\n\n## License\n\nThis packaging flake is [GPL-2.0](./LICENSE) licensed (matches upstream — kernel module licenses propagate). Upstream YeetMouse is [GPL-2.0](https://github.com/AndyFilter/YeetMouse/blob/master/LICENSE).\n\n\u003c!-- BEGIN generated:footer --\u003e\n---\n\n*Maintained as part of the [Daaboulex](https://github.com/Daaboulex) NixOS ecosystem.*\n\u003c!-- END generated:footer --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaaboulex%2Fyeetmouse-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaaboulex%2Fyeetmouse-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaaboulex%2Fyeetmouse-nix/lists"}