Corrected weathr call, made weathr smaller, update
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user