Add ozone env variable
This commit is contained in:
parent
a44451d329
commit
e3d9468389
3 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
xfce.xfce4-appfinder # xfce.thunar-volman # needed?
|
||||
pinentry-gtk2 # Required by gnupg
|
||||
];
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
programs = {
|
||||
gnome-terminal.enable = false;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f5f70c670d5eed8552594d38f8106d652b47dc56
|
||||
Subproject commit a4f45518442f7acfb953784c9c32886e55d56299
|
|
@ -33,6 +33,7 @@
|
|||
#TODO: Some of these should be migrated to the according application.
|
||||
GPG_TTY = "$(tty)";
|
||||
PGDATABASE = "postgres";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue