fix: chromium use wayland
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = ["python-2.7.18.8" "electron-25.9.0"];
|
||||
chromium.commandLineArgs = "--ozone-platform=wayland";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user