pinwheel: Enable wayland for chromium

This commit is contained in:
Alexander Heldt
2024-08-18 14:50:46 +02:00
parent e0d850f31d
commit e117b90061

View File

@@ -3,4 +3,6 @@
home-manager.users.alex= { home-manager.users.alex= {
home.packages = [ pkgs.ungoogled-chromium ]; home.packages = [ pkgs.ungoogled-chromium ];
}; };
environment.sessionVariables.NIXOS_OZONE_WL = "1";
} }