this repo has no description
1
fork

Configure Feed

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

Fix black mesa with flatpak

Ben C e1826307 fd43a50c

+1
+1
roles/dev/flatpak.nix
··· 1 1 {pkgs, ...}: { 2 2 services.flatpak.enable = true; 3 + xdg.portal.enable = true; 3 4 environment.systemPackages = with pkgs; [flatpak-builder]; 4 5 }