Enable chromium native wayland support (hopefully)

This commit is contained in:
Evie Litherland-Smith 2023-10-30 15:02:25 +00:00
parent 3ab4ecfde8
commit fd96d4efd4

View file

@ -2,7 +2,11 @@
{
imports = [ ./desktop.nix ];
environment.systemPackages = with pkgs; [
nixpkgs.config.chromium.commandLineArgs =
"--enable-features=UseOzonePlatform --ozone-platform=wayland";
environment = {
sessionVariables.NIXOS_OZONE_WL = "1";
systemPackages = with pkgs; [
libsForQt5.polkit-kde-agent
xdg-utils
wlr-randr
@ -19,6 +23,7 @@
playerctl
brightnessctl
];
};
services = {
blueman.enable = true;
gvfs.enable = true;