From 3d2fea3f166bf0dd8fca9451b6faea1fb9de6e57 Mon Sep 17 00:00:00 2001 From: mehbark Date: Tue, 27 Jan 2026 00:49:04 -0500 Subject: [PATCH] flatpak for fightcade --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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