This commit is contained in:
FredzyW 2024-10-30 09:05:24 +01:00
parent 73138e35be
commit fd16d84fe3
6 changed files with 73 additions and 231 deletions

View file

@ -3,7 +3,7 @@ let
dwm = pkgs.dwm.overrideAttrs (old: {
src = builtins.fetchGit {
url = "https://github.com/FredzyW/dwm-conf.git";
rev = "696050185fa48575e53157e83d46ae0613733446";
rev = "c02e50e47966263f2d18a4442570ba6e38d76a4b";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev