1
0
Fork 0

remove duplicate files

This commit is contained in:
Kim, Jimin 2022-11-12 01:04:27 +09:00
parent c4c8d01080
commit 3b6329e656
2 changed files with 0 additions and 18 deletions

View file

@ -1,9 +0,0 @@
from src.util import flatpak_install
name = "evince"
def setup():
"""Document viewer"""
flatpak_install("org.gnome.Evince")

View file

@ -1,9 +0,0 @@
from src.util import flatpak_install
name = "GNOME Logs"
def setup():
"""log viewer GUI"""
flatpak_install("org.gnome.Logs")