gui: Replace deprecated gtkUsePortal
This commit is contained in:
parent
81b3d4590a
commit
71308a9284
|
@ -15,10 +15,12 @@ lib.mkIf config.sbruder.gui.enable {
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
gtkUsePortal = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# can have side effects (https://github.com/NixOS/nixpkgs/pull/179204)
|
||||||
|
environment.sessionVariables.GTK_USE_PORTAL = "1";
|
||||||
|
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
|
|
||||||
# steam (and other high quality software) still ships 32 bit binaries
|
# steam (and other high quality software) still ships 32 bit binaries
|
||||||
|
|
Loading…
Reference in a new issue