diff options
author | Ben Sima <ben@bsima.me> | 2020-11-27 19:18:09 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-27 19:18:31 -0500 |
commit | f252a7d637956c2a3eddd762e10fbc020cf6bd04 (patch) | |
tree | 124c2fa8578007b66bf042372ce8c9bbff1f7803 | |
parent | e8ab8a9974a24f56fff9a3e4d80863c66fba4bb7 (diff) |
wip
-rw-r--r-- | lib/common.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index d0fdd50..4e1bb18 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -73,6 +73,13 @@ in secureSocket = false; }; + urxvt = { + enable = true; + fonts = []; + iso14755 = true; # unicode chars + transparent = true; + }; + ssh = { enable = true; forwardAgent = true; @@ -144,6 +151,8 @@ in editorconfig-vim vim-sensible vim-colorschemes + vim-sexp-mappings-for-regular-people + rainbow_parentheses ]; extraConfig = builtins.readFile ./vimrc; }; |