added dwm

This commit is contained in:
vali 2024-04-13 22:44:39 +02:00
commit a9deb84530
10 changed files with 137 additions and 5 deletions

View file

@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
gnumake
xorg.libX11.dev
xorg.libXft
xorg.libXinerama
];
}