Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
4 changes: 3 additions & 1 deletion mkosi.conf.d/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ Repositories=updates-testing

[Content]
RemoveFiles=
/usr/lib/systemd/system/flatpak-add-fedora-repos.service
/usr/bin/chsh
/usr/lib/systemd/system/flatpak-add-fedora-repos.service
/usr/share/applications/fcitx5-wayland-launcher.desktop
/usr/share/applications/netto.desktop
/usr/share/applications/org.fcitx.Fcitx5*.desktop

RemovePackages=
Expand Down Expand Up @@ -77,6 +78,7 @@ Packages=
qt6ct
qt6-qtmultimedia
steam-devices
taidan
tailscale
udiskie
webp-pixbuf-loader
Expand Down
2 changes: 2 additions & 0 deletions mkosi.extra/etc/taidan.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
skip_pages = [ "theme", "codecs", "tweaks", "nightlight", "browser", "categories", "inputmethod" ]
org = "Zirconium"
i18n.imf = "fcitx5"
taidan0.whatever = "nooo"
6 changes: 3 additions & 3 deletions mkosi.postinst.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install -d /usr/share/bash-completion/completions /usr/share/zsh/site-functions
just --completions bash | sed -E 's/([\(_" ])just/\1zjust/g' > /usr/share/bash-completion/completions/zjust
just --completions zsh | sed -E 's/([\(_" ])just/\1zjust/g' > /usr/share/zsh/site-functions/_zjust
just --completions fish | sed -E 's/([\(_" ])just/\1zjust/g' > /usr/share/fish/vendor_completions.d/zjust.fish
ln -s "/usr/share/zirconium/skel/Pictures/Wallpapers/Trans Flag Sunset at Riis Beach.png" /usr/share/backgrounds/default.png

fc-cache --force --really-force --system-only --verbose # recreate font-cache to pick up the added fonts

Expand All @@ -28,9 +29,8 @@ stat /usr/share/pki/containers/jackrabbit.pub
stat /usr/bin/luks*tpm*
stat /usr/share/ublue-os/just/update.just
stat /usr/bin/uupd
# FIXME: wait until taidan gets this PR https://github.com/Ultramarine-Linux/taidan/pull/142/changes
# stat /usr/bin/taidan
# stat /usr/lib/systemd/system/taidan*.service
stat /usr/bin/taidan
stat /usr/lib/systemd/system/taidan*.service
stat /usr/lib/systemd/system/uupd.service
stat /usr/lib/systemd/system/uupd.timer
stat /usr/lib/systemd/system/brew-setup.service
Expand Down
Loading