added st
This commit is contained in:
parent
8a3eb2da40
commit
de3129945d
41 changed files with 8815 additions and 4 deletions
10
hosts/vali/mars/dwm/st-0.9.2/shell.nix
Normal file
10
hosts/vali/mars/dwm/st-0.9.2/shell.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
gnumake
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
xorg.libXinerama
|
||||
pkg-config
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue