1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

back to chromium

This commit is contained in:
Kierán Meinhardt
2019-03-14 14:29:04 +01:00
parent 2245f338be
commit 6e2085551f
3 changed files with 2 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ in with pkgs;
] ++ [ # internet
aria2
chromium
unstable.brave
firefox
tor-browser-bundle-bin
thunderbird

View File

@@ -10,7 +10,7 @@ with import ../theme.nix;
scroll.bar.enable = false;
extraConfig = {
perl-ext-common = "default,clipboard,url-select,matcher";
urlLauncher = "brave";
urlLauncher = "chromium";
fading = 50;
iso14755 = false;
urgentOnBell = true;

View File

@@ -16,7 +16,7 @@ let
in {
options.defaultApplications = mapAttrs (const stringOption) rec {
terminal = "${pkgs.rxvt_unicode-with-plugins}/bin/urxvtc";
browser = "${unstable.brave}/bin/brave";
browser = "${pkgs.chromium}/bin/chromium";
fileManager = "${terminal} -e ${pkgs.ranger}/bin/ranger";
# locker = "${pkgs.i3lock}/bin/i3lock -u -c ${strings.removePrefix "#" colorScheme.background}";
locker = "${pkgs.lightlocker}/bin/light-locker-command -l";