10 lines
133 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
xdg-utils
xdg-desktop-portal
xdg-desktop-portal-gtk
];
}