Dwm patched (removed title bar and changed colors)

This commit is contained in:
FredzyW 2024-06-14 18:15:47 +02:00
parent 09a33b5368
commit 9829a84a0d

View file

@ -3,7 +3,7 @@ let
dwm = pkgs.dwm.overrideAttrs (old: {
src = builtins.fetchGit {
url = "https://github.com/FredzyW/dwm-conf.git";
rev = "d64126c51f50278165dcb6d01b2c345158a156da";
rev = "d0a69ff4d986e5776cf21a7fa08262afdec8ecbb";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev