7 lines
132 B
Python
7 lines
132 B
Python
from src.util import flatpak_install
|
|
|
|
desc = "GNOME time management utility"
|
|
|
|
|
|
def setup():
|
|
flatpak_install("org.gnome.clocks")
|