this repo has no description
1
fork

Configure Feed

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

feat: enable appimage-run

Ovyerus aefcdf0c 94aa42bd

+5
+5
nixos/wallsocket/configuration.nix
··· 211 211 212 212 services.flatpak.enable = true; 213 213 214 + programs.appimage = { 215 + enable = true; 216 + binfmt = true; 217 + }; 218 + 214 219 services.tailscale = { 215 220 enable = true; 216 221 openFirewall = true;