discord wayland and stuff
This commit is contained in:
parent
f42d8a1886
commit
376ba700da
4 changed files with 15 additions and 9 deletions
|
|
@ -93,6 +93,7 @@
|
|||
pulse.enable = true;
|
||||
wireplumber.enable = lib.mkDefault true;
|
||||
};
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
||||
security.sudo-rs.enable = true;
|
||||
# security.sudo-rs.extraRules = [{
|
||||
|
|
|
|||
|
|
@ -24,14 +24,14 @@
|
|||
extraArgs = ["--passkey=76ba03d55acf116776ba03d55acf1167"];
|
||||
};
|
||||
|
||||
# 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";
|
||||
};
|
||||
|
||||
fileSystems."/home" = {
|
||||
device = "/dev/disk/by-uuid/eb9fcce2-e9f3-438a-b5ce-8f72f32f0e09";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue