diff --git a/src/setup/apps/notesnook.py b/src/setup/apps/notesnook.py index 97293d3..7eee139 100644 --- a/src/setup/apps/notesnook.py +++ b/src/setup/apps/notesnook.py @@ -1,10 +1,7 @@ -from src.util import appimage_install +from src.util import flatpak_install desc = "FOSS Note taking utility" def setup(): - appimage_install( - "https://notesnook.com/releases/linux/notesnook_linux_x86_64.AppImage", - "notesnook_linux_x86_64", - ) + flatpak_install("com.notesnook.Notesnook")