From 0460014b75d9c013c70af79959a05a1fcdee222b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 5 Apr 2026 19:45:36 -0500 Subject: [PATCH] feat: Add minio-client and Discord to Exodus --- home/hosts/exodus/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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; + }; + }; }