nix-stuff/roles/desktop/programs/appimage.nix

6 lines
78 B
Nix

{...}: {
programs.appimage = {
enable = true;
binfmt = true;
};
}