~kris/suckless

st

ref: f9c995074e44a19109c30c7f84d294377f530160 st/shell.nix -rw-r--r-- 142 bytes
f9c99507 — siduck76 improve sample xresources config 5 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

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