This is my fork of st with some patches that I choose for convenience.
nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
make st
# or build and move the binary to your system's PATH
make install
This is my fork of st with some patches that I choose for convenience.
nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
make st
# or build and move the binary to your system's PATH
make install