Skip to content
Snippets Groups Projects
Verified Commit a1e2a33e authored by Nicolas Lenz's avatar Nicolas Lenz :snowflake:
Browse files

feat: switch vivaldi back to unstable

update with fix is in
parent f59a5081
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,7 @@ lib.mkIf (!config.eisfunke.headless) { ...@@ -17,8 +17,7 @@ lib.mkIf (!config.eisfunke.headless) {
pkgs.hunspellDicts.de_DE pkgs.hunspellDicts.en_US pkgs.hunspellDicts.nl_NL # dicts for LibreOffice pkgs.hunspellDicts.de_DE pkgs.hunspellDicts.en_US pkgs.hunspellDicts.nl_NL # dicts for LibreOffice
pkgs.darktable # photo studio pkgs.darktable # photo studio
# browser, unstable for quick updates, but use system mesa to avoid version mismatch # browser, unstable for quick updates, but use system mesa to avoid version mismatch
# 6.7 seems broken, waiting for next update: https://github.com/NixOS/nixpkgs/issues/310265 (pkgs.unstable.vivaldi.override { mesa = pkgs.mesa; })
(pkgs.eisfunke.vivaldi.override { mesa = pkgs.mesa; })
pkgs.firefox # backup & test browser, not persisted pkgs.firefox # backup & test browser, not persisted
pkgs.evince # pdf reader for annotations etc. pkgs.evince # pdf reader for annotations etc.
pkgs.telegram-desktop # that other messenger :( pkgs.telegram-desktop # that other messenger :(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment