Enable appimage support

This commit is contained in:
Natsu Kagami 2024-11-13 16:08:00 +01:00
parent 32b4df7c28
commit 4afc60bd6a
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -315,6 +315,11 @@ in
programs.kdeconnect.enable = true;
# Flatpaks are useful... sometimes...
services.flatpak.enable = true;
# AppImages should run
programs.appimage = {
enable = true;
binfmt = true;
};
# DConf for GNOME configurations
programs.dconf.enable = true;
# Gaming! (not for ARM64)