use native wayland chromium
This commit is contained in:
parent
0b973d8ce5
commit
5ef4c6ec2b
@ -37,7 +37,6 @@
|
|||||||
|
|
||||||
homeManagerModules = {
|
homeManagerModules = {
|
||||||
ezpcusr = import ./home-manager/modules/ezpcusr.nix inputs;
|
ezpcusr = import ./home-manager/modules/ezpcusr.nix inputs;
|
||||||
ezchromium = import ./home-manager/modules/ezchromium.nix;
|
|
||||||
colors = import ./home-manager/modules/colors.nix inputs;
|
colors = import ./home-manager/modules/colors.nix inputs;
|
||||||
fonts = import ./home-manager/modules/fonts.nix;
|
fonts = import ./home-manager/modules/fonts.nix;
|
||||||
all = import ./home-manager/modules/default.nix inputs;
|
all = import ./home-manager/modules/default.nix inputs;
|
||||||
|
@ -346,7 +346,9 @@ let
|
|||||||
|
|
||||||
programs.chromium = {
|
programs.chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.ungoogled-chromium;
|
package = pkgs.ungoogled-chromium.override {
|
||||||
|
commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.lorri.enable = true;
|
services.lorri.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user