Remark on NixOS
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (rust) (push) Has been cancelled
Rust / build (push) Has been cancelled

This commit is contained in:
Johannes Leupolz 2026-05-06 20:19:07 +00:00
parent aea990946d
commit 341ba07523
2 changed files with 16 additions and 2 deletions

View file

@ -77,8 +77,9 @@ sequenceDiagram
## Documentation
See [docs/BUILD.md](https://github.com/joleuger/vuinputd/blob/main/docs/BUILD.md) for a short build and installation guide.
See [docs/DESIGN.md](https://github.com/joleuger/vuinputd/blob/main/docs/DESIGN.md) for a detailed overview of the architecture, design trade-offs, and security considerations.
See [docs/USAGE.md](https://github.com/joleuger/vuinputd/blob/main/docs/USAGE.md) for a short usage guide.
See [docs/DESIGN.md](https://github.com/joleuger/vuinputd/blob/main/docs/DESIGN.md) for a detailed overview of the architecture, design trade-offs, and security considerations.
See [docs/USAGE.md](https://github.com/joleuger/vuinputd/blob/main/docs/USAGE.md) for a short usage guide.
See [docs/USAGE-NIXOS.md](https://github.com/joleuger/vuinputd/blob/main/docs/USAGE-NIXOS.md) for a short usage guide for NixOS.
See [docs/DEBUG.md](https://github.com/joleuger/vuinputd/blob/main/docs/DEBUG.md) for a guide how to debug problems with containers.
---

13
docs/USAGE-NIXOS.md Normal file
View file

@ -0,0 +1,13 @@
# Usage Guide for NixOS
This guide will explain how to use `vuinputd` on NixOS. For general remarks, please refer to [USAGE.md](USAGE.md).
Currently, this is WIP. The plan is to make NixOS one of the main platforms for vuinputd.
---
## Configurations in the community
* [ShaneTRS](https://github.com/ShaneTRS/nixos-config/)
* [griffi-gh](https://github.com/girl-pp-ua/nixos-infra/)
Feel free to create a github issue or a PR to add your configuration or your remarks.