diff options
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index f22cd58..fed444c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -96,6 +96,16 @@ in virtualbox.host.enable = false; # anbox.enable = true; }; + services.flatpak.enable = true; + xdg.portal = { + enable = true; + xdgOpenUsePortal = true; + extraPortals = (with pkgs; [ + xdg-desktop-portal + xdg-desktop-portal-gtk + xdg-desktop-portal-xapp + ]); + }; # I18n and keyboard layout time.timeZone = "Asia/Kolkata"; |
