From b4d6bbee206bd7afbb0291e4ed7361b9df465200 Mon Sep 17 00:00:00 2001 From: Eduardo Flores Date: Sat, 18 May 2024 23:26:50 -0700 Subject: [PATCH] Add cosmic-backup --- applications.ron | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications.ron b/applications.ron index e1ad325..cce67a3 100644 --- a/applications.ron +++ b/applications.ron @@ -23,6 +23,12 @@ Applications( description: "A color picker for COSMIC.", repo: "https://github.com/PixelDoted/cosmic-color-picker", image: "https://raw.githubusercontent.com/PixelDoted/cosmic-color-picker/main/preview.png" + ), + ( + name: "cosmic-backups", + description: "A simple backup application using Rustic for the COSMIC desktop.", + repo: "https://github.com/ahoneybun/cosmic-backups", + image: "https://raw.githubusercontent.com/ahoneybun/cosmic-backups/main/res/screenshots/COSMIC-Backups-Dark.png" ) ] )