Dwm: Difference between revisions

imported>Sikmir
m Fix typos
imported>Sikmir
m Fix typos
Line 54: Line 54:
nixpkgs.overlays = [
nixpkgs.overlays = [
   (self: super: {
   (self: super: {
     dwn = super.dwm.overrideAttrs (oldAttrs: rec {
     dwm = super.dwm.overrideAttrs (oldAttrs: rec {
       patches = [
       patches = [
         ./path/to/local.diff
         ./path/to/local.diff
       ]
       ];
     })
     });
   })
   })
];
];