diff --git a/home/hosts/exodus/default.nix b/home/hosts/exodus/default.nix index 89bf394..9cf24cb 100644 --- a/home/hosts/exodus/default.nix +++ b/home/hosts/exodus/default.nix @@ -21,6 +21,7 @@ kubectl kubectl-cnpg mattermost-desktop + minio-client mumble pre-commit restic @@ -28,4 +29,10 @@ tea wineWow64Packages.stable ]; + programs = { + discord = { + enable = true; + settings.SKIP_HOST_UPDATE = true; + }; + }; }