From 7107645dc927fcd28a8a7730d97eeb40ff8aa506 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 18 Jun 2025 14:32:03 -0400 Subject: [PATCH] Moved joplin to package instead of flatpak due to copy paste issues --- recipes/components/base-applications-module.yml | 8 +++++++- recipes/components/default-flatpak.yml | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/components/base-applications-module.yml b/recipes/components/base-applications-module.yml index 023b21f..8cdd5cb 100644 --- a/recipes/components/base-applications-module.yml +++ b/recipes/components/base-applications-module.yml @@ -1,5 +1,8 @@ modules: - type: dnf + repos: + copr: + - taw/joplin install: skip-unavailable: true packages: @@ -24,4 +27,7 @@ modules: - gnome-disk-utility # kdeconnect - - kde-connect \ No newline at end of file + - kde-connect + + # note taking software + - joplin \ No newline at end of file diff --git a/recipes/components/default-flatpak.yml b/recipes/components/default-flatpak.yml index a58cf9f..e690a43 100644 --- a/recipes/components/default-flatpak.yml +++ b/recipes/components/default-flatpak.yml @@ -6,7 +6,6 @@ modules: - one.ablaze.floorp - com.github.tchx84.Flatseal - io.missioncenter.MissionCenter - - io.github.flattool.Warehouse user: install: - com.discordapp.Discord \ No newline at end of file