~kris/suckless

st

ref: 87420857094ea515f439680b5334f456bea5d592 st/shell.nix -rw-r--r-- 142 bytes
87420857 — siduck76 added shell.nix 5 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

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