Enable appimage support
This commit is contained in:
parent
32b4df7c28
commit
4afc60bd6a
|
@ -315,6 +315,11 @@ in
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
# Flatpaks are useful... sometimes...
|
# Flatpaks are useful... sometimes...
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
# AppImages should run
|
||||||
|
programs.appimage = {
|
||||||
|
enable = true;
|
||||||
|
binfmt = true;
|
||||||
|
};
|
||||||
# DConf for GNOME configurations
|
# DConf for GNOME configurations
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
# Gaming! (not for ARM64)
|
# Gaming! (not for ARM64)
|
||||||
|
|
Loading…
Reference in a new issue