Sway: add gtk wrapper features
This commit is contained in:
parent
578c50da73
commit
edf6aa48b2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue