~kris/suckless

st

ref: 9f02112872ea05f1070cf99f65ce6f4292cac72c st/shell.nix -rw-r--r-- 142 bytes
9f021128 — siduck76 Update README.md 5 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

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