mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 12:46:34 +00:00
Add weathr
This commit is contained in:
10
home.nix
10
home.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user