home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 2cf53b9aa4e304543d29e97ad7d1505daca97f3f
parent 9eb9fc902635f7eca0cf9cf6aa376d03fd87be53
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  1 Dec 2023 14:53:20 +0100

sway: update xdg-portal configuration

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/desktop/sway.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/systems/modules/desktop/sway.nix b/systems/modules/desktop/sway.nix @@ -30,6 +30,11 @@ in xdg-desktop-portal-gtk ]; gtkUsePortal = true; + config = { + "common" = { + "default" = [ "gtk" "wlr" ]; + }; + }; }; };