mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
~ brave
This commit is contained in:
@@ -43,6 +43,7 @@ in with pkgs;
|
|||||||
] ++ [ # internet
|
] ++ [ # internet
|
||||||
aria2
|
aria2
|
||||||
chromium
|
chromium
|
||||||
|
unstable.brave
|
||||||
firefox
|
firefox
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
with lib;
|
with lib;
|
||||||
with import ./theme.nix;
|
with import ./theme.nix;
|
||||||
let
|
let
|
||||||
|
unstable = import <nixos-unstable> {};
|
||||||
stringOption = def: mkOption { type = types.string; default = def; };
|
stringOption = def: mkOption { type = types.string; default = def; };
|
||||||
themeOption = def: mkOption {
|
themeOption = def: mkOption {
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
@@ -15,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 = "${pkgs.chromium}/bin/chromium";
|
browser = "${unstable.brave}/bin/brave";
|
||||||
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user