Big update

This commit is contained in:
fwastring 2025-02-12 15:45:56 +01:00
parent b704eb4ba8
commit 1fdb076fc5
11 changed files with 53 additions and 37 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 = "05276318843d1bfe90a8aae266c9e997bf97e577";
rev = "e298bf0dac111f928ef0fbd4a7ebc21db8782df5";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev