1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +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 ] ++ [ # internet
aria2 aria2
chromium chromium
unstable.brave
firefox firefox
tor-browser-bundle-bin tor-browser-bundle-bin
thunderbird thunderbird

View File

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

View File

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