Replace firefox package with declarative option
This commit is contained in:
parent
de6ebee180
commit
7506a3b2fc
|
@ -87,6 +87,7 @@ with pkgs;
|
|||
|
||||
# Integrate pass with the browser
|
||||
programs.browserpass.enable = true;
|
||||
programs.firefox.enable = true;
|
||||
|
||||
# Enable WebRTC screensharing
|
||||
xdg.portal = {
|
||||
|
|
|
@ -28,7 +28,6 @@ in {
|
|||
git-crypt
|
||||
git-lfs
|
||||
# Browsers
|
||||
firefox-wayland
|
||||
ungoogled-chromium
|
||||
# LaTeX
|
||||
texlive.combined.scheme-full
|
||||
|
|
Loading…
Reference in New Issue