aboutsummaryrefslogblamecommitdiff
path: root/overlays/dwm/default.nix
blob: 96ed3ff52989f5a84b41a5a29d9638f55dbacaf0 (plain) (tree)
1
2
3
4
5
6
7






                                          
self: super: {
  dwm = super.dwm.overrideAttrs(old: rec {
    postPatch = ''
      cp ${./dwm_config.h} ./config.h
      '';
  });
}