~kris/suckless

st

ref: df114a3730140548cc7c9e76bc96a450e0897caa st/shell.nix -rw-r--r-- 142 bytes
df114a37 — siduck misc | fix scrolling not working in nvim 4 years ago
                                                                                
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

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