dwm config

This commit is contained in:
vali 2024-04-14 13:27:24 +02:00
commit 2ea3474b1e
15 changed files with 48 additions and 9 deletions

View file

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