Enable Ozone for chromium-based apps

main
Chandler Swift 2024-09-15 20:54:47 -05:00
parent 534c0da01b
commit 9d5f932269
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true; # services.xserver.libinput.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.chandler.isNormalUser = true; users.users.chandler.isNormalUser = true;
users.users.chandler.description = "Chandler Swift"; users.users.chandler.description = "Chandler Swift";