A NixOS flake for Wit, a terminal for Wayland written in C++.
- Nix 100%
| nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
wit-nix
A NixOS flake for Wit, a terminal for Wayland written in C++.
To quickly test run Wit, run nix run git+https://git.orangc.net/c/wit-nix.
Installation
In your flake, put this repository in your inputs:
inputs.wit.url = "git+https://git.orangc.net/c/wit-nix";
Then, you can install the package in any place you wish, f.e., systemPackages:
environment.systemPackages = [ inputs.wit.packages.${pkgs.system}.default ];
FAQ
Q: Why is this flake not in wit's repository itself? A: The dev is autistic and doesn't want "packagingslop" in the codebase.