~kris/suckless

st

ref: 018c760b8d9649f05828f04f46c0cc67ba376465 st/shell.nix -rw-r--r-- 142 bytes
018c760b — siduck 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 ];
}