permanently install chromium as the go-to video call browser
This commit is contained in:
parent
9ffe136aa7
commit
5f24ee5c5d
|
@ -7,11 +7,11 @@ let
|
|||
# nix-channel --add https://github.com/nix-community/NUR/archive/master.tar.gz NUR
|
||||
nur = import <NUR> { inherit pkgs; };
|
||||
myNur = nur.repos.schmittlauch;
|
||||
# use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information)
|
||||
mybrowser = firefox-bin;
|
||||
|
||||
desktopApps = [
|
||||
mybrowser
|
||||
# use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information)
|
||||
firefox-bin
|
||||
chromium
|
||||
falkon
|
||||
thunderbird
|
||||
calibre
|
||||
|
|
Loading…
Reference in a new issue