summaryrefslogtreecommitdiff
path: root/overlays/wttrbar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/wttrbar/default.nix')
-rw-r--r--overlays/wttrbar/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/overlays/wttrbar/default.nix b/overlays/wttrbar/default.nix
deleted file mode 100644
index 876fa699..00000000
--- a/overlays/wttrbar/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
1{ prev, ... }: {
2 wttrbar = prev.wttrbar.overrideAttrs (oldAttrs: {
3 patches = (oldAttrs.patches or []) ++ [
4 ./icons.patch
5 ];
6 });
7}