This commit is contained in:
dusk 2021-10-16 12:56:36 +03:00
parent 90e33f9dd2
commit b4013deaba
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ let
"--enable-gpu-rasterization" "--enable-gpu-rasterization"
"--enable-zero-copy" "--enable-zero-copy"
"--disable-gpu-driver-bug-workarounds" "--disable-gpu-driver-bug-workarounds"
"--force-dark-mode"
]; ];
in in
pkgs.writeScriptBin "chromium-wayland" '' pkgs.writeScriptBin "chromium-wayland" ''

View File

@ -22,7 +22,8 @@ channels: final: prev: {
chromium-unwrapped chromium-unwrapped
chromium chromium
sublime4 sublime4
deploy-rs git
git-lfs
; ;
libnotify-latest = channels.latest.libnotify; libnotify-latest = channels.latest.libnotify;