fix hm config
This commit is contained in:
parent
938cc3f107
commit
853cc6b86d
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
nixosConfig ? null,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
} @ inputs: let
|
||||
inherit (lib.modules) mkIf;
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
|
@ -18,6 +17,6 @@ in {
|
|||
tcpdump
|
||||
iftop
|
||||
speedtest-cli
|
||||
(mkIf (nixosConfig == null) mtr)
|
||||
(mkIf (!(inputs ? nixosConfig)) mtr)
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue