22 lines
No EOL
1.1 KiB
YAML
22 lines
No EOL
1.1 KiB
YAML
description: AUR packages that I declared manually in system.yaml
|
|
packages:
|
|
- 'visual-studio-code-bin' #Needed for: devcontainers (Flatpaked VSCode wouldn't accept my Docker socket - this was probably related to comms-over-an-IPC-socet perms but that's too late now)
|
|
- 'wvkbd-deskintl' #Needed for: Hyprland virtual keyboard
|
|
- 'clipse' #Needed for: Hyprland clipboard history (replaces vicinae-bin)
|
|
- 'hyprshell-bin' #Needed for: WinTab and system menu in Hyprland
|
|
- 'ags-hyprpanel-git' #My stupid fucking memory-leaking, touch-breaking, menu bar
|
|
- 'grim-hyprland-git' #Needed for: screenshots
|
|
- 'dcli-arch-git' #Alternative declarative Arch system experiment - may very well turn out to be a disaster, but I'd like to try anyway
|
|
- 'wayle-bin' #Menu bar (replaces ags-hyprpanel-git)
|
|
- 'android-sdk-platform-tools' #Command: adb (and some others, but I don't care); Needed for: Shizuku in Waydroid
|
|
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 |