Add mpv & chromium packages, explicitly add gnome extensions to be installed system-wide
This commit is contained in:
parent
488846ab84
commit
ecdcc1ab92
1 changed files with 22 additions and 2 deletions
|
|
@ -25,6 +25,8 @@ modules:
|
|||
install:
|
||||
packages:
|
||||
- vlc
|
||||
- mpv
|
||||
- mpv_inhibit_gnome
|
||||
- usbguard
|
||||
- android-tools
|
||||
- arm-image-installer
|
||||
|
|
@ -61,6 +63,10 @@ modules:
|
|||
- code
|
||||
- freeipa-client
|
||||
- sunshine
|
||||
- chromium
|
||||
- chromium-headless
|
||||
- chromedriver
|
||||
- fedora-chromium-config-gnome
|
||||
- type: fonts
|
||||
fonts:
|
||||
nerd-fonts:
|
||||
|
|
@ -75,12 +81,26 @@ modules:
|
|||
- Lexend
|
||||
- type: gnome-extensions
|
||||
install:
|
||||
- 3628 # ArcMenu
|
||||
- 6 # Applications Menu
|
||||
- 1460 # Vitals
|
||||
- 1160 # Dash to Panel
|
||||
- 97 # Coverflow Alt-Tab
|
||||
- 779 # Clipboard Indicator
|
||||
- 8671 # All-in-One Clipboard
|
||||
- 7856 # Mouse Tail
|
||||
- 8971 # Lock Guard
|
||||
- 4338 # Allow Locked Remote Desktop
|
||||
- 4548 # Tactile
|
||||
# Below are provided currently by Bazzite
|
||||
#- 615 # *AppIndicator and KStatusNotifierItem Support
|
||||
#- 8760 # *Add to Steam
|
||||
#- 3193 # *Blur my Shell
|
||||
#- 517 # *Caffeine
|
||||
#- 3740 # *Compiz alike magic lamp effect
|
||||
#- 3210 # *Compiz windows effect
|
||||
#- 7215 # *Restart To
|
||||
#- 19 # *User Themes
|
||||
#- 1319 # *GSConnect (Commented out as this extension will not work if installed system-wide without compile-time modifications, bazzite includes a modified version)
|
||||
#- 4451 # *Logo Menu (Commented out as Bazzite includes customizations with their install)
|
||||
- type: gschema-overrides
|
||||
include:
|
||||
- zz1-power-button-settings.gschema.override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue