diff --git a/modules/system/base.nix b/modules/system/base.nix index 8da89ff..4b04775 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -16,6 +16,7 @@ pkgs.restic pkgs.sops pkgs.tig + pkgs.watchexec ]; i18n.defaultLocale = "en_US.UTF-8"; networking.useNetworkd = true;