set XDG_CONFIG_HOME
and NIXOS_OZONE_WL
environment variables
This commit is contained in:
parent
7cf4c5b10e
commit
a27c091860
1 changed files with 8 additions and 0 deletions
|
@ -5,5 +5,13 @@
|
||||||
"nvim"
|
"nvim"
|
||||||
else
|
else
|
||||||
"code");
|
"code");
|
||||||
|
|
||||||
|
# XDG settings
|
||||||
|
XDG_CONFIG_HOME = lib.mkDefault "$HOME/.config";
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
# Enable Ozone Wayland support in Chromium and Electron applications
|
||||||
|
NIXOS_OZONE_WL = lib.mkDefault "1";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue