diff --git a/configuration.nix b/configuration.nix index 927cbeb..1aa4a5e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -293,6 +293,14 @@ in # for age services.pcscd.enable = true; + # flatpak stuff for (regrettably manual (out of laziness)) fightcade + xdg.portal = { + enable = true; + extraPortals = [ pkgs.xdg-desktop-portal ]; + config.common.default = "*"; + }; + services.flatpak.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave