Add gtk portal ounder i3, to allow programs to show file dialogs properly

This commit is contained in:
Cyryl Płotnicki 2022-08-14 11:07:06 +01:00
parent 96e1918a27
commit fa443287ef

View file

@ -20,6 +20,12 @@
}
];
xdg.portal = {
enable = true;
gtkUsePortal = true;
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
};
services = {
physlock = {
enable = true;