mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
dwm: restored config patch interface
This commit is contained in:
parent
014cc9ce0a
commit
fe8fe5edaa
1 changed files with 5 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue