Skip to content
Closed
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@
"davfs2",
"evtest",
"fastfetch",
"firacode-nerd-fonts",
"fish",
"foo2zjs",
"freeipa-client",
"fw-fanctrl",
"git-credential-libsecret",
"glow",
"gum",
"ifuse",
"igt-gpu-tools",
"input-remapper",
"iwd",
"jetbrains-mono-fonts-all",
"kairpods",
"kcm-fcitx5",
"kcm_ublue",
Expand All @@ -42,7 +41,6 @@
"python3-pip",
"rclone",
"restic",
"rsms-inter-fonts",
"samba-winbind",
"samba-winbind-clients",
"samba-winbind-modules",
Expand All @@ -68,12 +66,10 @@
"zsh"
],
"dx": [
"adobe-source-code-pro-fonts",
"android-tools",
"bcc",
"bpftop",
"bpftrace",
"cascadia-code-fonts",

@renner0e renner0e Oct 21, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about vscode? I don't use it but this feels wrong. We should probably change it to something else for new users at least.
https://github.com/ublue-os/aurora/blob/main/system_files/dx/etc/skel/.config/Code/User/settings.json

@inffy inffy Oct 21, 2025

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aaargh

Umm well I don't know...Maybe put the default as DejaVu (although it should fallback anyway). Then we could add these fonts (most of them already are) in the fonts brewfile.

But we also need to add https://formulae.brew.sh/cask/font-symbols-only-nerd-font#default --> added this to the brew ai pr

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made an issue regarding this
#1127

"cockpit-bridge",
"cockpit-machines",
"cockpit-networkmanager",
Expand All @@ -92,18 +88,13 @@
"edk2-ovmf",
"flatpak-builder",
"genisoimage",
"google-droid-sans-mono-fonts",
"google-go-mono-fonts",
"ibm-plex-mono-fonts",
"incus",
"incus-agent",
"intel-one-mono-fonts",
"iotop",
"kcli",
"libvirt",
"libvirt-nss",
"lxc",
"mozilla-fira-mono-fonts",
"nicstat",
"numactl",
"osbuild-selinux",
Expand Down Expand Up @@ -158,11 +149,7 @@
},
"42": {
"include": {
"all": [
"google-noto-fonts-all",
"fw-fanctrl",
"uld"
],
"all": [],
Comment thread
inffy marked this conversation as resolved.
Outdated
"dx": []
},
"exclude": {
Expand All @@ -179,7 +166,8 @@
"exclude": {
"all": [
"sunshine",
"openrazer-daemon"
"openrazer-daemon",
"fw-fanctrl"
Comment thread
inffy marked this conversation as resolved.
],
"dx": [
"mozilla-fira-mono-fonts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ widgetStyle=Breeze
TerminalApplication=kde-ptyxis
TerminalService=org.gnome.Ptyxis.desktop
desktopFont=Noto Sans,10,-1,5,50,0,0,0,0,0
fixed=FiraCode Nerd Font,10,-1,5,50,0,0,0,0,0
fixed=Noto Sans Mono,10,-1,5,50,0,0,0,0,0
font=Noto Sans,10,-1,5,50,0,0,0,0,0
menuFont=Noto Sans,10,-1,5,50,0,0,0,0,0
smallestReadableFont=Noto Sans,8,-1,5,50,0,0,0,0,0
Expand Down
Loading