flatpak for fightcade
This commit is contained in:
parent
70c16c5861
commit
3d2fea3f16
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue