From 418a6759a8d47b7b9cf87a6886a9f3a3ce407b22 Mon Sep 17 00:00:00 2001 From: srebrovvilen Date: Mon, 10 Apr 2023 23:21:57 +0300 Subject: [PATCH] Add USE for make.defaults --- profiles/CLDG/make.defaults | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/CLDG/make.defaults b/profiles/CLDG/make.defaults index 3b5c987..e2eed53 100644 --- a/profiles/CLDG/make.defaults +++ b/profiles/CLDG/make.defaults @@ -2,4 +2,14 @@ USE="" +USE="${USE} colord" +USE="${USE} eds" +USE="${USE} evo" +USE="${USE} gnome" +USE="${USE} gnome-keyring" +USE="${USE} gnome-online-accounts" +USE="${USE} nautilus" +USE="${USE} sysprof" +USE="${USE} tracker" + THEMES="CLDG" \ No newline at end of file