6 lines
84 B
Nix
6 lines
84 B
Nix
{ ... }: {
|
|
programs.appimage.enable = true;
|
|
programs.appimage.binfmt = true;
|
|
}
|
|
|