Skip to content

Commit

Permalink
feat: add font downloader and embelish for managing fonts (#195)
Browse files Browse the repository at this point in the history
* feat: add font manager and embelish for dx image

* switch to fontdownloader because fontmanager is EOL

---------

Co-authored-by: Juha Uotila <[email protected]>
  • Loading branch information
dreamyukii and inffy authored Feb 7, 2025
1 parent 9a7a934 commit 238c055
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions aurora_flatpaks/flatpaks
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ app/org.gnome.World.PikaBackup/x86_64/stable
app/io.github.input_leap.input-leap/x86_64/stable
runtime/org.gtk.Gtk3theme.Breeze/x86_64/3.22
app/io.github.pwr_solaar.solaar/x86_64/stable
app/org.gustavoperedo.FontDownloader/x86_64/stable
1 change: 1 addition & 0 deletions dx_flatpaks/flatpaks
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
app/io.podman_desktop.PodmanDesktop/x86_64/stable
app/io.github.getnf.embellish/x86_64/stable
13 changes: 4 additions & 9 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"pulseaudio-utils",
"powertop",
"python3-pip",
"ptyxis",
"rclone",
"restic",
"samba-dcerpc",
Expand All @@ -61,11 +62,9 @@
"topgrade",
"ublue-fastfetch",
"ublue-motd",
"usbmuxd",
"ublue-bling",
"ublue-brew",
"ublue-motd",
"ublue-fastfetch",
"usbmuxd",
"wireguard-tools",
"xprop",
"wl-clipboard",
Expand Down Expand Up @@ -167,9 +166,7 @@
},
"40": {
"include": {
"all": [
"ptyxis"
],
"all": [],
"dx": [
"lxd-agent",
"lxd"
Expand All @@ -186,9 +183,7 @@
"all": [
"google-noto-fonts-all"
],
"kinoite": [
"ptyxis"
]
"kinoite": []
},
"exclude": {
"all": [],
Expand Down

0 comments on commit 238c055

Please sign in to comment.