]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame - overlays/dwm/default.nix
Use fetchgit rather than builtins
[perso/Immae/Config/Nix/NUR.git] / overlays / dwm / default.nix
CommitLineData
24fd1fe6
IB
1self: super: {
2 dwm = super.dwm.overrideAttrs(old: rec {
3 postPatch = ''
4 cp ${./dwm_config.h} ./config.h
5 '';
6 });
7}