diff options
-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; }; |