fix: chromium use wayland
This commit is contained in:
parent
67598a40db
commit
60e9df4b82
@ -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; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user