diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-10-25 23:51:34 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-10-25 23:51:34 +0530 |
| commit | d9a6f6cbc71be7da166b9fcb39b367ea149a2b0b (patch) | |
| tree | 5f360403f593664a3755b986ab5723a6c6fef7cf | |
| parent | 0418b47997e59ec304bf160aa0946ea765a8fae4 (diff) | |
| download | nixos-config-d9a6f6cbc71be7da166b9fcb39b367ea149a2b0b.tar.gz nixos-config-d9a6f6cbc71be7da166b9fcb39b367ea149a2b0b.zip | |
distrobox setup
| -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 |
