mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 00:33:54 -05:00
6 lines
83 B
Nix
6 lines
83 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
}
|