2024-11-04 22:41:38 -05:00
|
|
|
{ config, ... }:
|
2024-10-09 03:36:08 -04:00
|
|
|
{
|
2024-10-07 11:42:34 -04:00
|
|
|
programs.appimage = {
|
2024-11-04 22:41:38 -05:00
|
|
|
enable = config.system.desktop.enable;
|
|
|
|
binfmt = config.system.desktop.enable;
|
2024-10-07 11:42:34 -04:00
|
|
|
};
|
|
|
|
}
|