diff options
| -rw-r--r-- | configuration.nix | 10 | ||||
| -rw-r--r-- | packages.nix | 3 |
2 files changed, 13 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"; 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 |
