1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41: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

@@ -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";