Lots of changes

This commit is contained in:
FredzyW 2024-11-11 16:15:26 +01:00
parent 41387bf18d
commit 6c1838ede0
8 changed files with 48 additions and 168 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 = "48302683403ca7457590c0a55c73ab5cc7e4113a";
rev = "3b9d96ece2c814a1c50d59de68587b2a4eee4ff8";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev