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
|
# Integrate pass with the browser
|
||||||
programs.browserpass.enable = true;
|
programs.browserpass.enable = true;
|
||||||
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
# Enable WebRTC screensharing
|
# Enable WebRTC screensharing
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
|
|
|
@ -28,7 +28,6 @@ in {
|
||||||
git-crypt
|
git-crypt
|
||||||
git-lfs
|
git-lfs
|
||||||
# Browsers
|
# Browsers
|
||||||
firefox-wayland
|
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
# LaTeX
|
# LaTeX
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
|
|
Loading…
Reference in New Issue