~kris/suckless

st

ref: d15ad41b27188fb0e1cd9c0491a9af10bf8df123 st/shell.nix -rw-r--r-- 142 bytes
d15ad41b — siduck Merge pull request #27 from Jipok/patch-1 4 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

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