From 2b4325c312b3a143eba4d5e82e4e311e374a097f Mon Sep 17 00:00:00 2001 From: FredzyW Date: Fri, 14 Jun 2024 23:06:58 +0200 Subject: [PATCH] Made DWM gaps bigger! --- 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 2668a85..6faf855 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 = "d0a69ff4d986e5776cf21a7fa08262afdec8ecbb"; + rev = "da528a825bda5e6c4fcdf4edca7b531cedab72c9"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev