From d9a6f6cbc71be7da166b9fcb39b367ea149a2b0b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 25 Oct 2023 23:51:34 +0530 Subject: distrobox setup --- configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configuration.nix') 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"; -- cgit v1.3.1