Enable flatpak

This commit is contained in:
Michael Smith 2024-08-14 19:56:15 +02:00
parent 13d02b0685
commit 8f806a6945

View File

@ -176,4 +176,6 @@
# Let QT apps follow Gnome theme settings # Let QT apps follow Gnome theme settings
qt.enable = true; qt.enable = true;
qt.platformTheme = "qt5ct"; qt.platformTheme = "qt5ct";
services.flatpak.enable = true;
} }