8 lines
136 B
Nix
8 lines
136 B
Nix
{ config, ... }:
|
|
{
|
|
programs.appimage = {
|
|
enable = config.system.desktop.enable;
|
|
binfmt = config.system.desktop.enable;
|
|
};
|
|
}
|