Use portals (I shouldn't really do this)

This commit is contained in:
Henry Hiles 2025-07-08 10:40:13 -04:00
parent e92abad11c
commit c81c5df0ea
No known key found for this signature in database

View file

@ -1,5 +1,8 @@
{
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
GTK_USE_PORTAL = "1";
};
services = {
desktopManager.gnome.enable = true;