diff --git a/overlays/mods/dwm/default.nix b/overlays/mods/dwm/default.nix index 5e47cf06..a2db7c57 100644 --- a/overlays/mods/dwm/default.nix +++ b/overlays/mods/dwm/default.nix @@ -114,7 +114,7 @@ prev.dwm.override { ''; patches = with prev; [ - ./patches/restartsig.patch + ./restartsig.patch (fetchpatch { url = "https://dwm.suckless.org/patches/preserveonrestart/dwm-preserveonrestart-6.3.diff"; diff --git a/overlays/mods/dwm/patches/restartsig.patch b/overlays/mods/dwm/restartsig.patch similarity index 100% rename from overlays/mods/dwm/patches/restartsig.patch rename to overlays/mods/dwm/restartsig.patch