Corrected weathr call, made weathr smaller, update

This commit is contained in:
2026-02-17 11:24:58 +02:00
parent 3c2fe7775b
commit 6fcc233103
3 changed files with 4 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
...
}: let
rustnet = pkgs.callPackage ../../modules/common/rustnet.nix {};
weathr = pkgs.callPackafe ../common/weathr.nix {};
weathr = pkgs.callPackage ../common/weathr.nix {};
in {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [