]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blob - overlays/dwm/default.nix
Initial commit published for NUR
[perso/Immae/Config/Nix/NUR.git] / overlays / dwm / default.nix
1 self: super: {
2 dwm = super.dwm.overrideAttrs(old: rec {
3 postPatch = ''
4 cp ${./dwm_config.h} ./config.h
5 '';
6 });
7 }