Lots of new things

This commit is contained in:
fwastring 2025-06-22 23:03:13 +02:00
parent 9106b33ec9
commit 7722d6fa41
6 changed files with 48 additions and 6 deletions

View file

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