various cleanup
This commit is contained in:
parent
3c4b51bbdc
commit
02f8e4d013
3 changed files with 17 additions and 34 deletions
|
|
@ -25,14 +25,14 @@
|
|||
boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
|
||||
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
|
||||
|
||||
# environment.sessionVariables = {
|
||||
# # wayland chromium workaround
|
||||
# NIXOS_OZONE_WL = "1";
|
||||
environment.sessionVariables = {
|
||||
# wayland chromium workaround
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
||||
# # firefox nvidia-vaapi-driver
|
||||
# # MOZ_DISABLE_RDD_SANDBOX = "1";
|
||||
# # LIBVA_DRIVER_NAME = "nvidia";
|
||||
# };
|
||||
# firefox nvidia-vaapi-driver
|
||||
# MOZ_DISABLE_RDD_SANDBOX = "1";
|
||||
# LIBVA_DRIVER_NAME = "nvidia";
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue