~kris/suckless

st

ref: 0722e56b2b5e7d45c8602c517f08b81b8c553d2f st/shell.nix -rw-r--r-- 142 bytes
0722e56b — siduck76 clean and improve readme 4 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  nativeBuildInputs = with pkgs; [ pkgconfig xorg.libX11 xorg.libXft fontconfig harfbuzz ];
}