move NIXOS_OZONE_WL to environment

This commit is contained in:
Adithya 2023-03-28 19:31:00 +05:30
parent ea68f7e9d7
commit 7cb7479433
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 4 additions and 4 deletions

View file

@ -30,10 +30,6 @@ in {
./virt-manager.nix
];
home.sessionVariables = {
NIXOS_OZONE_WL = 1;
};
home.packages = with pkgs; [
_1password-gui
brightnessctl

View file

@ -27,6 +27,10 @@
console.useXkbConfig = true;
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
i18n = {
defaultLocale = "en_US.UTF-8";
extraLocaleSettings = {