~kris/suckless

st

ref: 052198fc150805447f41f313ebf1bfd7c615cd93 st/shell.nix -rw-r--r-- 142 bytes
052198fc — siduck76 minor fix 4 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

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