diff options
| author | Fuwn <[email protected]> | 2024-10-01 06:17:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 06:17:12 -0700 |
| commit | 1422c6d330133fc8f382b43cb815a24d15dc651d (patch) | |
| tree | 59a4b7a11783775af63f24aa18344b77fe43822f /modules/pc/variables/mozilla.nix | |
| parent | modules: move emulated systems to extended nix configuration (diff) | |
| download | nixos-config-1422c6d330133fc8f382b43cb815a24d15dc651d.tar.xz nixos-config-1422c6d330133fc8f382b43cb815a24d15dc651d.zip | |
modules: move variables and initrd systemd to pc
Diffstat (limited to 'modules/pc/variables/mozilla.nix')
| -rw-r--r-- | modules/pc/variables/mozilla.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/pc/variables/mozilla.nix b/modules/pc/variables/mozilla.nix new file mode 100644 index 0000000..e85d27c --- /dev/null +++ b/modules/pc/variables/mozilla.nix @@ -0,0 +1,6 @@ +{ + environment.variables = { + MOZ_ENABLE_WAYLAND = "1"; + MOZ_DISABLE_RDD_SANDBOX = "1"; + }; +} |