added dwm
This commit is contained in:
parent
2ce76d5cfa
commit
a9deb84530
10 changed files with 137 additions and 5 deletions
9
hosts/vali/mars/dwm/dwm-6.5/shell.nix
Normal file
9
hosts/vali/mars/dwm/dwm-6.5/shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
gnumake
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
xorg.libXinerama
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue