From fb586c1d8aad79b7040ef62986fe5f451df9e2a1 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Sun, 30 Nov 2025 20:00:38 -0500 Subject: [PATCH] mindflayer: add debloat module --- hosts/Mindflayer/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Mindflayer/default.nix b/hosts/Mindflayer/default.nix index e6c1e6c..e496a7e 100644 --- a/hosts/Mindflayer/default.nix +++ b/hosts/Mindflayer/default.nix @@ -2,6 +2,7 @@ { imports = [ + ../../modules/common/debloat.nix ../../modules/common/locales.nix ../../modules/common/nix.nix ../../modules/common/users.nix