Skip to content

Commit

Permalink
AppImage binfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Toomoch committed Aug 20, 2024
1 parent ce1315d commit 781e480
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion system/modules/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ in
#services.udev.extraRules = optionalString cfg.arctis9.enable ''
# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12c2", TAG+="uaccess"'';

programs.appimage.enable = true;
programs.appimage = {
enable = true;
binfmt = true;
};
nixpkgs.config.permittedInsecurePackages = [ "electron-24.8.6" ];

programs.nix-ld.enable = true;
Expand Down

0 comments on commit 781e480

Please sign in to comment.