More changes

This commit is contained in:
FredzyW 2024-10-31 22:47:27 +01:00
parent fd16d84fe3
commit 96263bf7af
6 changed files with 7 additions and 9 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 = "c02e50e47966263f2d18a4442570ba6e38d76a4b";
rev = "48302683403ca7457590c0a55c73ab5cc7e4113a";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev