From 9106b33ec9f44f315aead40f5373dec13f10fca0 Mon Sep 17 00:00:00 2001 From: fwastring Date: Tue, 17 Jun 2025 14:52:15 +0200 Subject: [PATCH] New dwm revision --- shared/dwm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/dwm.nix b/shared/dwm.nix index 764ab2f..676a2e9 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 = "b50e98d6921e7ade6658576ece17a04e19f4f564"; + rev = "37dd7f92bb93d4994ab0d504a7b57618eb48f3aa"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev