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
|
# nix-channel --add https://github.com/nix-community/NUR/archive/master.tar.gz NUR
|
||||||
nur = import <NUR> { inherit pkgs; };
|
nur = import <NUR> { inherit pkgs; };
|
||||||
myNur = nur.repos.schmittlauch;
|
myNur = nur.repos.schmittlauch;
|
||||||
# use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information)
|
|
||||||
mybrowser = firefox-bin;
|
|
||||||
|
|
||||||
desktopApps = [
|
desktopApps = [
|
||||||
mybrowser
|
# use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information)
|
||||||
|
firefox-bin
|
||||||
|
chromium
|
||||||
falkon
|
falkon
|
||||||
thunderbird
|
thunderbird
|
||||||
calibre
|
calibre
|
||||||
|
|
Loading…
Reference in a new issue