Use portals (I shouldn't really do this)
This commit is contained in:
parent
e92abad11c
commit
c81c5df0ea
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables = {
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
GTK_USE_PORTAL = "1";
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
desktopManager.gnome.enable = true;
|
desktopManager.gnome.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue