A NixOS flake for Wit, a terminal for Wayland written in C++.
Find a file
2026-03-15 22:12:00 +03:00
nix feat: init flake 2026-03-15 22:12:00 +03:00
flake.lock feat: init flake 2026-03-15 22:12:00 +03:00
flake.nix feat: init flake 2026-03-15 22:12:00 +03:00
LICENSE Initial commit 2026-03-15 21:21:50 +03:00
README.md feat: init flake 2026-03-15 22:12:00 +03:00

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.