diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 04:18:32 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 04:18:32 -0600 |
| commit | 64b7e52f2d16820c686caa768dbe58f13379585d (patch) | |
| tree | 4ce3c8e4353cde43992b65be1f2e5b454d9f3488 /modules | |
| parent | 1d0a29ef4b3c472583e05d05412737edce3893f9 (diff) | |
moved session variable to proper location
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/environment.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/environment.nix b/modules/environment.nix index 6842a8c..225ddda 100644 --- a/modules/environment.nix +++ b/modules/environment.nix @@ -4,6 +4,9 @@ # shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/zenbook/configuration.nix"''; # List packages installed in system profile. To search, run: # $ nix search wget + sessionVariables = { + NIXOS_OZONE_WL = "1"; + }; variables = { # PATH = "/home/defin/.local/share/gem/ruby/3.0.0/bin:"; # PAGER = "sh -c 'col -bx | bat -f'"; |
