From 9730901501fe9e0ae7159f2453f080a7d903aec1 Mon Sep 17 00:00:00 2001 From: Tulili Date: Tue, 23 Apr 2024 07:40:41 -0300 Subject: [PATCH] fix: typo! --- config/templates/recipe-std.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/templates/recipe-std.jsonnet b/config/templates/recipe-std.jsonnet index beb5c81..48e67c0 100644 --- a/config/templates/recipe-std.jsonnet +++ b/config/templates/recipe-std.jsonnet @@ -8,8 +8,8 @@ local modules = { shared: ["gui-apps","packages", "files", "scripts", "bling", "services"], nvidia: ["scripts"], amd: ["packages", "scripts"], - gnome: ["apps", "files", "scripts"], - plasma: ["apps", "files", "scripts"], + gnome: ["apps", "scripts"], + plasma: ["apps", "scripts"], audio: ["audinux", "pipewire-packages"], misc: [{ "type": "yafti" }, { "type": "signing" }], };