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 ++++++++++ packages.nix | 3 +++ 2 files changed, 13 insertions(+) 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"; diff --git a/packages.nix b/packages.nix index dc462d8..89c055a 100644 --- a/packages.nix +++ b/packages.nix @@ -109,6 +109,9 @@ let glow figlet wineWowPackages.stable + flatpak + distrobox + xorg.xhost # appimage-run # Audio -- cgit v1.3.1