20 lines
512 B
YAML
20 lines
512 B
YAML
compose:
|
|
modules:
|
|
- gitg:master
|
|
flatpak:
|
|
id: org.gnome.gitg
|
|
branch: stable
|
|
command: gitg
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--socket=ssh-auth
|
|
--share=network
|
|
--filesystem=host
|
|
--filesystem=xdg-run/dconf
|
|
--filesystem=~/.config/dconf:ro
|
|
--talk-name=ca.desrt.dconf
|
|
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|
|
--talk-name=org.freedesktop.secrets
|
|
--filesystem=xdg-run/keyring
|