add u, the most awesome program

This commit is contained in:
nora 2025-04-19 12:01:54 +02:00
parent 1235ffe614
commit dd0b4d1f71
5 changed files with 38 additions and 4 deletions

View file

@ -3,6 +3,7 @@ pkgs: {
monaspace = import ./monaspace.nix pkgs;
run = import ./run { inherit pkgs; };
unpem = import ./unpem { inherit pkgs; };
u = import ./u { inherit pkgs; };
x = import ./x { inherit pkgs; };
}