Fix chromium on wayland
This commit is contained in:
parent
2945f5d00d
commit
7296e27400
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
_: {
|
||||
nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
|
||||
home-manager.users.buffet = {
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
xwayland = false;
|
||||
|
||||
config = let
|
||||
browser = "firefox";
|
||||
browser = "chromium";
|
||||
mod = "Mod4";
|
||||
terminal = "alacritty";
|
||||
theme = import ../theme.nix;
|
||||
|
|
Loading…
Reference in a new issue