From 9829a84a0d8946e8b6b592931dad527ef147141e Mon Sep 17 00:00:00 2001 From: FredzyW Date: Fri, 14 Jun 2024 18:15:47 +0200 Subject: [PATCH] Dwm patched (removed title bar and changed colors) --- moduler/common/dwm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moduler/common/dwm.nix b/moduler/common/dwm.nix index 2ccbdec..2668a85 100644 --- a/moduler/common/dwm.nix +++ b/moduler/common/dwm.nix @@ -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