move NIXOS_OZONE_WL to environment
This commit is contained in:
parent
ea68f7e9d7
commit
7cb7479433
2 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,6 @@ in {
|
|||
./virt-manager.nix
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = 1;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
_1password-gui
|
||||
brightnessctl
|
||||
|
|
|
@ -27,6 +27,10 @@
|
|||
|
||||
console.useXkbConfig = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
extraLocaleSettings = {
|
||||
|
|
Loading…
Reference in a new issue