Skip to content

Commit

Permalink
selections: space snake confirmed
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Aug 9, 2024
1 parent e11f42a commit 74c0d83
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions lichen_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ async fn main() -> color_eyre::Result<()> {
// Test selection management, force GNOME
let selections = selections::Manager::new().with_groups([
selections::Group::from_str(include_str!("../../selections/base.json"))?,
selections::Group::from_str(include_str!("../../selections/cosmic.json"))?,
selections::Group::from_str(include_str!("../../selections/develop.json"))?,
selections::Group::from_str(include_str!("../../selections/gnome.json"))?,
selections::Group::from_str(include_str!("../../selections/kernel-common.json"))?,
Expand Down
19 changes: 19 additions & 0 deletions selections/cosmic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "cosmic",
"summary": "COSMIC Desktop",
"depends": [
"base"
],
"required": [
"cosmic-desktop",
"flatpak",
"font-firacode",
"font-hack",
"font-noto",
"font-noto-emoji",
"firefox",
"gnome-backgrounds",
"liberation-fonts-ttf",
"serpent-artwork"
]
}

0 comments on commit 74c0d83

Please sign in to comment.