From 05b0ec0eae98a02f55502fe6f8910639ee370b9c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 1 May 2024 14:34:10 -0600 Subject: [PATCH] aarch64: add cosmic apps to desktop configs --- config/aarch64/demo.toml | 31 +------------------------------ config/aarch64/desktop.toml | 5 +++++ config/aarch64/jeremy.toml | 15 +-------------- 3 files changed, 7 insertions(+), 44 deletions(-) diff --git a/config/aarch64/demo.toml b/config/aarch64/demo.toml index effc1c3..e278561 100644 --- a/config/aarch64/demo.toml +++ b/config/aarch64/demo.toml @@ -1,30 +1 @@ -# Default desktop configuration - -include = ["../server-minimal.toml"] - -# General settings -[general] -# Filesystem size in MiB -filesystem_size = 256 - -# Package settings -[packages] -audiod = {} -drivers = {} -orbdata = {} -orbital = {} -orbterm = {} -orbutils = {} - -[[files]] -path = "/usr/lib/init.d/00_drivers" -data = """ -pcid /etc/pcid.d/ -""" - -[[files]] -path = "/usr/lib/init.d/20_orbital" -data = """ -audiod -orbital orblogin launcher -""" +include = ["desktop.toml"] diff --git a/config/aarch64/desktop.toml b/config/aarch64/desktop.toml index effc1c3..792c56c 100644 --- a/config/aarch64/desktop.toml +++ b/config/aarch64/desktop.toml @@ -10,11 +10,16 @@ filesystem_size = 256 # Package settings [packages] audiod = {} +cosmic-edit = {} +cosmic-icons = {} +cosmic-files = {} drivers = {} orbdata = {} orbital = {} orbterm = {} orbutils = {} +pop-icon-theme = {} +shared-mime-info = {} [[files]] path = "/usr/lib/init.d/00_drivers" diff --git a/config/aarch64/jeremy.toml b/config/aarch64/jeremy.toml index c2db3ec..e278561 100644 --- a/config/aarch64/jeremy.toml +++ b/config/aarch64/jeremy.toml @@ -1,14 +1 @@ -# Default desktop configuration - -include = ["../desktop-minimal.toml"] - -# Override the default settings here - -# General settings -[general] -# Filesystem size in MiB -# filesystem_size = 1024 - -# Package settings -[packages] -# example = {} \ No newline at end of file +include = ["desktop.toml"]