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; [
|
environment.systemPackages = with pkgs; [
|
||||||
brave
|
brave
|
||||||
|
chromium
|
||||||
discord
|
discord
|
||||||
element-desktop
|
element-desktop
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ symlinkJoin
|
{ symlinkJoin
|
||||||
, writeShellScriptBin
|
, writeShellScriptBin
|
||||||
, ungoogled-chromium
|
, chromium
|
||||||
, binutils
|
, binutils
|
||||||
, bridge-utils
|
, bridge-utils
|
||||||
, dhcpdump
|
, dhcpdump
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
proxybrowser = writeShellScriptBin "proxybrowser" ''
|
proxybrowser = writeShellScriptBin "proxybrowser" ''
|
||||||
exec ${ungoogled-chromium}/bin/chromium \
|
exec ${chromium}/bin/chromium \
|
||||||
--disable-background-networking \
|
--disable-background-networking \
|
||||||
--disable-default-apps \
|
--disable-default-apps \
|
||||||
--disable-plugins-discovery \
|
--disable-plugins-discovery \
|
||||||
|
|
Loading…
Reference in a new issue