system: install aditional appimage support

This commit is contained in:
Leonardo Eugênio 2025-03-19 11:48:00 -03:00
parent c51d9ee3f1
commit 35ba974c1b
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -9,6 +9,7 @@
config = lib.mkIf config.my.containers.enable {
services.flatpak.enable = true;
programs.appimage.enable = true;
virtualisation.docker = {
enable = true;