mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add chromium to desktops
This commit is contained in:
parent
db7f9cd7df
commit
a24f4085ba
2 changed files with 3 additions and 2 deletions
|
@ -31,6 +31,7 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
brave
|
||||
chromium
|
||||
discord
|
||||
element-desktop
|
||||
ffmpeg
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue