From d55cffb571ddde64070264c6434c6f717fbf8fca Mon Sep 17 00:00:00 2001 From: fwastring Date: Mon, 2 Jun 2025 18:47:22 +0200 Subject: [PATCH] Changed dwm version --- shared/dwm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/dwm.nix b/shared/dwm.nix index b22aa71..3dd2166 100644 --- a/shared/dwm.nix +++ b/shared/dwm.nix @@ -8,7 +8,7 @@ let dwm = pkgs.dwm.overrideAttrs (old: { src = builtins.fetchGit { url = "https://github.com/FredzyW/dwm-conf.git"; - rev = "7e10a592cbfd1cea2b6c5e77c3738716a390eb65"; + rev = "66d578e8eaf4fb022137e6a9bbe118d53209b9b1"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev