Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as Nix by malorie ( 4 years ago )
nixpkgs.overlays = [
(self: super: {
dwm = super.dwm.overrideAttrs (oa: {
patches = oa.patches ++ [
(builtins.fetchurl https://dwm.suckless.org/patches/hide_vacant_tags/dwm-hide_vacant_tags-6.2.diff)
];
conf = builtins.readFile /etc/nixos/dwm/config.def.h;
});
})
];
Revise this Paste