Sway: add gtk wrapper features
This commit is contained in:
parent
578c50da73
commit
edf6aa48b2
|
@ -8,8 +8,9 @@ let
|
|||
(builtins.attrNames config.machineUsers);
|
||||
in
|
||||
{
|
||||
programs.sway = {
|
||||
enable = usersHasSway;
|
||||
programs.sway = mkIf usersHasSway {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
xdg.portal = mkIf usersHasSway {
|
||||
|
|
Loading…
Reference in a new issue