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

niveum-update, urxvt

This commit is contained in:
Kierán Meinhardt
2019-04-14 21:27:56 +02:00
parent e13ed72d57
commit 11e322e275
3 changed files with 13 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
{ config, pkgs }:
with import <dot/theme.nix>;
let theme = import <dot/theme.nix>;
in
{
enable = true;
package = pkgs.rxvt_unicode-with-plugins;
@@ -9,7 +10,11 @@ with import <dot/theme.nix>;
};
scroll.bar.enable = false;
extraConfig = {
perl-ext-common = "default,clipboard,url-select,matcher";
perl-ext = "default,url-select";
"url-select.launcher" = "/usr/bin/env chromium";
"url-select.underline" = true;
"colorUL" = theme.colorScheme.blue.light;
"perl-lib" = "${pkgs.urxvt_perls}/lib/urxvt/perl";
urlLauncher = "/usr/bin/env chromium";
fading = 20;
iso14755 = false;