mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
35c3
+ scripts as derivations ~ move home-mananger stuff to the right modules / dot + home-manager ssh config - vim: powerline symbols ~ toggle keyboard with alt+shift + ssh agent at startup ~ retiolum ipv6 ~ texlive packages ~ shell: vim mode + THEMING ~ i3 minimaler + q ~ terminal: use urxvt
This commit is contained in:
15
dot/urxvt.nix
Normal file
15
dot/urxvt.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs }:
|
||||
with import ../theme.nix;
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.rxvt_unicode-with-plugins;
|
||||
keybindings = {
|
||||
"Shift-Control-C" = "eval:selection_to_clipboard";
|
||||
"Shift-Control-V" = "eval:paste_clipboard";
|
||||
};
|
||||
scroll.bar.enable = false;
|
||||
extraConfig = {
|
||||
perl-ext-common = "default,clipboard,url-select,keyboard-select";
|
||||
fading = 50;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user