From ce4356bad5462015110e28953fbea9828d111184 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 15 Oct 2025 15:16:49 -0400 Subject: [PATCH 1/2] Reorganized some applications to be in the settings apps category. Re added lact and btop --- recipes/dnf/applications.yml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/recipes/dnf/applications.yml b/recipes/dnf/applications.yml index 7d44e81..cb92535 100644 --- a/recipes/dnf/applications.yml +++ b/recipes/dnf/applications.yml @@ -2,6 +2,8 @@ modules: - type: dnf repos: nonfree: rpmfusion + copr: + - ilyaz/LACT install: packages: # applications @@ -22,14 +24,6 @@ modules: # text editor - neovim - - # software store - - gnome-software - - # disk management - - gnome-disk-utility - - - qdirstat # kdeconnect - kde-connect @@ -41,6 +35,19 @@ modules: # gtk - nwg-look + + # software store + - gnome-software + + # disk management + - gnome-disk-utility + + # diagnostics + - qdirstat + + - lact + + - btop # zsh - zsh -- 2.47.3 From 5f4d2edc6c655bda8a2c1dabccaf2f26f3c1f94d Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 15 Oct 2025 15:18:09 -0400 Subject: [PATCH 2/2] Enable lactd.service --- recipes/components/systemd-module.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/components/systemd-module.yml b/recipes/components/systemd-module.yml index d703e66..3e14803 100644 --- a/recipes/components/systemd-module.yml +++ b/recipes/components/systemd-module.yml @@ -4,6 +4,7 @@ modules: enabled: - bootc-fetch-updates.timer - flatpak-system-update.timer + - lactd.service user: enabled: - flatpak-user-update.timer -- 2.47.3