I was expecting a quick dcli sync to magically turn my new OS to everything-as-it-was-on-my-old-OS, but (to the surprise of exactly NOBODY except myself), this (of course) didn't happen and I had to fuck around with a bunch of extra things and do a lot of debugging. But it's finally here! I'm closer than ever to saying „I use Arch btw”!
111 lines
No EOL
3.3 KiB
YAML
111 lines
No EOL
3.3 KiB
YAML
description: „Leftover” packages auto-synced by dcli, after I finished migrating from BlendOS to ALG. The exact reasoning behind each package may differ - see comments.
|
|
packages:
|
|
# Flatpak dependencies - the same that can be seen in packages-flatpaks.yaml, so it seems that DCli simply cannot comprehend Flatpak dependencies the same way it does for system packages. Commented out here, too - just like in the aforementioned file.
|
|
#- name: org.freedesktop.LinuxAudio.Plugins.TAP
|
|
# type: flatpak
|
|
#- name: org.freedesktop.LinuxAudio.Plugins.swh
|
|
# type: flatpak
|
|
#- name: org.freedesktop.Platform
|
|
# type: flatpak
|
|
#- name: org.freedesktop.Platform.GL.default
|
|
# type: flatpak
|
|
#- name: org.freedesktop.Platform.GL.default
|
|
# type: flatpak
|
|
#- name: org.freedesktop.Platform.VAAPI.Intel
|
|
# type: flatpak
|
|
#- name: org.freedesktop.Platform.codecs-extra
|
|
# type: flatpak
|
|
#- name: org.freedesktop.Sdk
|
|
# type: flatpak
|
|
#- name: org.gnome.Platform
|
|
# type: flatpak
|
|
#- name: org.gnome.Platform
|
|
# type: flatpak
|
|
#- name: org.gtk.Gtk3theme.Breeze-Dark
|
|
# type: flatpak
|
|
#- name: org.kde.Platform
|
|
# type: flatpak
|
|
#- name: org.kde.Platform
|
|
# type: flatpak
|
|
# Individual NerdFonts fonts. See packages.yaml for why they have to be included here.
|
|
- otf-atkinsonhyperlegiblemono-nerd
|
|
- otf-aurulent-nerd
|
|
- otf-codenewroman-nerd
|
|
- otf-comicshanns-nerd
|
|
- otf-commit-mono-nerd
|
|
- otf-droid-nerd
|
|
- otf-firamono-nerd
|
|
- otf-geist-mono-nerd
|
|
- otf-hasklig-nerd
|
|
- otf-hermit-nerd
|
|
- otf-monaspace-nerd
|
|
- otf-opendyslexic-nerd
|
|
- otf-overpass-nerd
|
|
- ttf-0xproto-nerd
|
|
- ttf-3270-nerd
|
|
- ttf-adwaitamono-nerd
|
|
- ttf-agave-nerd
|
|
- ttf-anonymouspro-nerd
|
|
- ttf-arimo-nerd
|
|
- ttf-bigblueterminal-nerd
|
|
- ttf-bitstream-vera-mono-nerd
|
|
- ttf-cascadia-code-nerd
|
|
- ttf-cascadia-mono-nerd
|
|
- ttf-cousine-nerd
|
|
- ttf-d2coding-nerd
|
|
- ttf-daddytime-mono-nerd
|
|
- ttf-dejavu-nerd
|
|
- ttf-envycoder-nerd
|
|
- ttf-fantasque-nerd
|
|
- ttf-firacode-nerd
|
|
- ttf-go-nerd
|
|
- ttf-gohu-nerd
|
|
- ttf-hack-nerd
|
|
- ttf-heavydata-nerd
|
|
- ttf-iawriter-nerd
|
|
- ttf-ibmplex-mono-nerd
|
|
- ttf-inconsolata-go-nerd
|
|
- ttf-inconsolata-lgc-nerd
|
|
- ttf-inconsolata-nerd
|
|
- ttf-intone-nerd
|
|
- ttf-iosevka-nerd
|
|
- ttf-iosevkaterm-nerd
|
|
- ttf-iosevkatermslab-nerd
|
|
- ttf-lekton-nerd
|
|
- ttf-liberation-mono-nerd
|
|
- ttf-lilex-nerd
|
|
- ttf-martian-mono-nerd
|
|
- ttf-meslo-nerd
|
|
- ttf-monofur-nerd
|
|
- ttf-monoid-nerd
|
|
- ttf-mononoki-nerd
|
|
- ttf-mplus-nerd
|
|
- ttf-nerd-fonts-symbols
|
|
- ttf-nerd-fonts-symbols-mono
|
|
- ttf-noto-nerd
|
|
- ttf-profont-nerd
|
|
- ttf-proggyclean-nerd
|
|
- ttf-recursive-nerd
|
|
- ttf-roboto-mono-nerd
|
|
- ttf-sharetech-mono-nerd
|
|
- ttf-sourcecodepro-nerd
|
|
- ttf-space-mono-nerd
|
|
- ttf-terminus-nerd
|
|
- ttf-tinos-nerd
|
|
- ttf-ubuntu-mono-nerd
|
|
- ttf-ubuntu-nerd
|
|
- ttf-victor-mono-nerd
|
|
- ttf-zed-mono-nerd
|
|
# Gets auto-installed alongside yay-bin when doing a Git install
|
|
- yay-bin-debug
|
|
deb_packages: []
|
|
exclude: []
|
|
conflicts: []
|
|
pre_install_hook: null
|
|
post_install_hook: null
|
|
hook_behavior: ask
|
|
pre_hook_behavior: null
|
|
post_hook_behavior: null
|
|
run_hooks_as_user: false
|
|
post_disable_hook: null
|
|
post_disable_behavior: null |