NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable AppImages support (https://wiki.nixos.org/wiki/Appimage)

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+7 -1
+7 -1
shared/desktop/base.nix
··· 26 26 android-tools 27 27 adbtuifm 28 28 ]; 29 - } 29 + 30 + # AppImages supprot via binfmt_misc 31 + programs.appimage = { 32 + enable = true; 33 + binfmt = true; 34 + }; 35 + }