add chromium to desktops

This commit is contained in:
Sean Buckley 2021-11-02 14:46:18 -04:00
parent db7f9cd7df
commit a24f4085ba
2 changed files with 3 additions and 2 deletions

View file

@ -31,6 +31,7 @@ in
environment.systemPackages = with pkgs; [
brave
chromium
discord
element-desktop
ffmpeg

View file

@ -1,6 +1,6 @@
{ symlinkJoin
, writeShellScriptBin
, ungoogled-chromium
, chromium
, binutils
, bridge-utils
, dhcpdump
@ -29,7 +29,7 @@
let
proxybrowser = writeShellScriptBin "proxybrowser" ''
exec ${ungoogled-chromium}/bin/chromium \
exec ${chromium}/bin/chromium \
--disable-background-networking \
--disable-default-apps \
--disable-plugins-discovery \