diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-03-20 23:10:44 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-03-20 23:10:44 -0600 |
| commit | c29ee93bfcdbb3cb2e057c6ed09131ebbe68f890 (patch) | |
| tree | ac4bbd3ea70b1c3ce3167e0e9cc5a53fc60c6a28 /modules/nixos/environment.nix | |
| parent | 1d8b4afec705eccdf733d4ebb4712baeababdbd9 (diff) | |
add variable for raytracing
Diffstat (limited to 'modules/nixos/environment.nix')
| -rw-r--r-- | modules/nixos/environment.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/nixos/environment.nix b/modules/nixos/environment.nix index d76fcbc..52aaae9 100644 --- a/modules/nixos/environment.nix +++ b/modules/nixos/environment.nix @@ -6,7 +6,8 @@ # $ nix search wget sessionVariables = { NIXOS_OZONE_WL = "1"; - NIXPKGS_ALLOW_INSECURE="1"; + NIXPKGS_ALLOW_INSECURE = "1"; + RADV_PERFTEST = "rt"; }; variables = { # PATH = "/home/defin/.local/share/gem/ruby/3.0.0/bin:"; |
