From bd1135d5c7d0f103818c1e1642cf889cfb4bf297 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Sun, 16 Jun 2024 12:36:00 +0200 Subject: [PATCH] Updated dwm --- 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 d434939..31ba613 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 = "4f5ec82ead4cdcdeaeade322172837ed8a37ddff"; + rev = "eb3015553442df6a92a79d47ff4ace8297edb9cb"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev