5 lines
86 B
Nix
5 lines
86 B
Nix
{pkgs, ...}: {
|
|
services.flatpak.enable = true;
|
|
programs.appimage.binfmt = true;
|
|
}
|