added GNOME calendar setup script
This commit is contained in:
parent
c0da3a4b12
commit
cf1920265a
1 changed files with 9 additions and 0 deletions
9
src/setup/apps/calendar.py
Normal file
9
src/setup/apps/calendar.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from src.util import flatpak_install
|
||||
|
||||
name = "Calendar"
|
||||
|
||||
|
||||
def setup():
|
||||
"""GNOME calendar"""
|
||||
|
||||
flatpak_install("org.gnome.Calendar")
|
Loading…
Add table
Add a link
Reference in a new issue