Add gtk portal ounder i3, to allow programs to show file dialogs properly
This commit is contained in:
parent
96e1918a27
commit
fa443287ef
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
|||
}
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
gtkUsePortal = true;
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
||||
services = {
|
||||
physlock = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue