25 lines
No EOL
1.1 KiB
YAML
25 lines
No EOL
1.1 KiB
YAML
description: Packages scraped from BlendOS's Plasma package list, as found in system.yaml - most are disabled because I use Hyprland, but some were kept (with explanations attached), including some manually re-added dependencies.
|
|
packages:
|
|
#- 'kde-system-meta'
|
|
#- 'kde-utilities-meta'
|
|
#- 'kdeconnect'
|
|
#- 'plasma'
|
|
#- 'plasma-workspace'
|
|
- 'sddm' #kept because I'd be unable to log in otherwise
|
|
#- 'firefox' #disabling has nothing to do with Hyprland usage: disabled because I use Zen Browser
|
|
- 'waydroid' #kept because I want Android
|
|
#- 'waydroid-image' #kept because I want Android - disable now because I'm switching to a custom image
|
|
- 'wl-clipboard' #kept because I'm not sure if the clipboard will work without it.
|
|
- 'systemsettings' #dependency of plasma - kept because I like their settings GUI
|
|
- 'konsole' #dependency of plasma - kept because I need a terminal bruh
|
|
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 |