From 166c176ed7e0f04e537e34668604fa87654daad7 Mon Sep 17 00:00:00 2001 From: fwastring Date: Fri, 21 Feb 2025 14:49:41 +0100 Subject: [PATCH] Updated dwm to new version --- shared/dwm.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared/dwm.nix b/shared/dwm.nix index 82d182d..65de9f7 100644 --- a/shared/dwm.nix +++ b/shared/dwm.nix @@ -3,7 +3,7 @@ let dwm = pkgs.dwm.overrideAttrs (old: { src = builtins.fetchGit { url = "https://github.com/FredzyW/dwm-conf.git"; - rev = "e298bf0dac111f928ef0fbd4a7ebc21db8782df5"; + rev = "7e10a592cbfd1cea2b6c5e77c3738716a390eb65"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev @@ -28,3 +28,5 @@ in home.packages = [ dwm dwmblocks ]; } + +