From 4972c53e861752d9b3ca29a58c71db84973c9ab5 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 6 Sep 2023 18:48:34 +0530 Subject: repo: restructuring --- hosts/cez/overlays/wmenu.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hosts/cez/overlays/wmenu.nix (limited to 'hosts/cez/overlays/wmenu.nix') diff --git a/hosts/cez/overlays/wmenu.nix b/hosts/cez/overlays/wmenu.nix new file mode 100644 index 0000000..cad340b --- /dev/null +++ b/hosts/cez/overlays/wmenu.nix @@ -0,0 +1,12 @@ +final: prev: + +{ + wmenu = prev.wmenu.overrideAttrs (finalAttrs: prevAttrs: + { + pname = prevAttrs.pname + "-sinan"; + postPatch = '' + sed 's/monospace 10/monospace 13/g' -i main.c + ''; + } + ); +} -- cgit v1.2.3