Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail 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 ( 3 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

Your Name: Code Language: