disabled flatpak on aarch64-linux, because super-productivity doesn't support it

This commit is contained in:
Aleksandr Lebedev 2025-01-12 23:09:44 +01:00
parent a3ebd69eac
commit dd5ada60c3

View file

@ -76,9 +76,9 @@
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
#flatpak
kk.services.flatpak.enable = true;
kk.services.flatpak.enable = hwconfig.system != "aarch64-linux";
services.flatpak.packages = [
"com.super_productivity.SuperProductivity"
"com.super_productivity.SuperProductivity" # only x86_64-linux
"net.cozic.joplin_desktop"
];