~kris/suckless

st

ref: 88c25b1706423f05d32c396636b9bc8ed53e4836 st/shell.nix -rw-r--r-- 142 bytes
88c25b17 — siduck76 update screenshot links 4 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

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