Browser things

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-11-25 21:48:11 +01:00
parent 9bf5aa7a27
commit 22a3faf493
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@ in
firefox firefox
mpv mpv
slack slack
ungoogled-chromium
(discord-canary-system.override rec { (discord-canary-system.override rec {
isWayland = false; isWayland = false;
version = "0.0.131"; version = "0.0.131";

View file

@ -13,11 +13,11 @@ final: prev:
}); });
nyxt = prev.lispPackages.nyxt.overrideAttrs (old: { nyxt = prev.lispPackages.nyxt.overrideAttrs (old: {
version = "2.1.1"; version = "2.2.3";
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
owner = "atlas-engineer"; owner = "atlas-engineer";
repo = "nyxt"; repo = "nyxt";
rev = "2.1.1"; rev = "2.2.3";
sha256 = "sha256-GdTOFu5yIIL9776kfbo+KS1gHH1xNCfZSWF5yHUB9U8="; sha256 = "sha256-GdTOFu5yIIL9776kfbo+KS1gHH1xNCfZSWF5yHUB9U8=";
}; };
}); });