Sway: add gtk wrapper features

This commit is contained in:
Victor Mignot 2024-04-07 16:55:08 +02:00
parent 578c50da73
commit edf6aa48b2
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -8,8 +8,9 @@ let
(builtins.attrNames config.machineUsers); (builtins.attrNames config.machineUsers);
in in
{ {
programs.sway = { programs.sway = mkIf usersHasSway {
enable = usersHasSway; enable = true;
wrapperFeatures.gtk = true;
}; };
xdg.portal = mkIf usersHasSway { xdg.portal = mkIf usersHasSway {