disable flatpak

This commit is contained in:
ponymushama 2024-07-21 22:06:30 +08:00
parent f3be463ee9
commit 617d5e970b
3 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share"; # lets flatpak work
};
services.flatpak.enable = true;
services.flatpak.packages = [ { appId = "com.kde.kdenlive"; origin = "flathub"; } ];
services.flatpak.update.onActivation = true;
#services.flatpak.enable = true;
#services.flatpak.packages = [ { appId = "com.kde.kdenlive"; origin = "flathub"; } ];
#services.flatpak.update.onActivation = true;
}