Added weathr app support + added to utils

This commit is contained in:
2026-02-17 11:20:57 +02:00
parent c40a2ac98b
commit 3c2fe7775b
2 changed files with 74 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
...
}: let
rustnet = pkgs.callPackage ../../modules/common/rustnet.nix {};
weathr = pkgs.callPackafe ../common/weathr.nix {};
in {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
@@ -30,5 +31,6 @@ in {
nh
tty-clock
rustnet
weathr
];
}