home

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

commit 80d25918e845673b1f0e3b4dd0946b60bc1b517b
parent ecb35894aebace69f8073709b38cd664a62ddbf8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  1 Dec 2023 15:31:33 +0100

Revert "sway: update xdg-portal configuration"

This reverts commit 2cf53b9aa4e304543d29e97ad7d1505daca97f3f.

23.05 doesn't have this "yet".. need to figure out if 23.11 has when
updating to it.

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

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