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