Add weathr

This commit is contained in:
2026-02-22 23:34:05 -05:00
parent d027795ad5
commit ffa8519d1b
4 changed files with 86 additions and 7 deletions

View File

@@ -171,7 +171,8 @@ in
tf = "terraform";
tree = "eza --tree";
v = "nvim";
} // lib.optionalAttrs stdenv.isLinux {
}
// lib.optionalAttrs stdenv.isLinux {
zed = "zeditor";
};
};
@@ -398,6 +399,13 @@ in
};
};
weathr = {
enable = true;
settings = {
hide_hud = true;
};
};
zed-editor = {
enable = stdenv.isLinux;
package = unstable.zed-editor;