dwm: restored config patch interface

This commit is contained in:
Sage Raflik
2021-05-28 22:27:49 -07:00
committed by Jonathan Ringer
parent 014cc9ce0a
commit fe8fe5edaa
+5 -1
View File
@@ -23150,7 +23150,11 @@ in
dwl = callPackage ../applications/window-managers/dwl { };
dwm = callPackage ../applications/window-managers/dwm { };
dwm = callPackage ../applications/window-managers/dwm {
# dwm is configured entirely through source modification. Allow users to
# specify patches through nixpkgs.config.dwm.patches
patches = config.dwm.patches or [];
};
dwmblocks = callPackage ../applications/misc/dwmblocks { };