summaryrefslogtreecommitdiff
path: root/overlays/wmenu-cez
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-09-06 18:48:34 +0530
committersinanmohd <sinan@sinanmohd.com>2023-09-06 19:02:57 +0530
commit4972c53e861752d9b3ca29a58c71db84973c9ab5 (patch)
tree046098e07e3570a2107ff3ef979a0b74d837ea0a /overlays/wmenu-cez
parent28f11cc5c704b6901dc94551fb1504f0091bb69f (diff)
repo: restructuring
Diffstat (limited to 'overlays/wmenu-cez')
-rw-r--r--overlays/wmenu-cez/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/overlays/wmenu-cez/default.nix b/overlays/wmenu-cez/default.nix
deleted file mode 100644
index c304efb..0000000
--- a/overlays/wmenu-cez/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-final: prev:
-
-{
- wmenu-sinan = prev.wmenu.overrideAttrs (finalAttrs: prevAttrs:
- {
- pname = prevAttrs.pname + "-sinan";
- postPatch = ''
- sed 's/monospace 10/monospace 13/g' -i main.c
- '';
- }
- );
-}