Added weathr app support + added to utils
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user