added dconf editor setup script
This commit is contained in:
parent
2303a19fc6
commit
0568f51fd8
1 changed files with 9 additions and 0 deletions
9
src/setup/apps/dconf-editor.py
Normal file
9
src/setup/apps/dconf-editor.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from src.util import flatpak_install
|
||||
|
||||
name = "dconf editor"
|
||||
|
||||
|
||||
def setup():
|
||||
"""GUI application for editing dconf"""
|
||||
|
||||
flatpak_install("ca.desrt.dconf-editor")
|
Loading…
Add table
Add a link
Reference in a new issue