Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NixOS
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Lenz
NixOS
Commits
a1e2a33e
Verified
Commit
a1e2a33e
authored
May 25, 2024
by
Nicolas Lenz
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home/apps/graphical.nix
+1
-2
1 addition, 2 deletions
home/apps/graphical.nix
with
1 addition
and
2 deletions
home/apps/graphical.nix
+
1
−
2
View file @
a1e2a33e
...
@@ -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 :(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment