1
0
Fork 0

Fix terminfo

This commit is contained in:
Malte Brandy 2020-05-20 09:44:39 +02:00
parent beb88114dd
commit d182974aa2
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 4 additions and 5 deletions

View file

@ -24,13 +24,14 @@ in {
};
tmux = {
enable = true;
escapeTime = 1;
historyLimit = 50000;
terminal = "screen-256color";
extraConfig = ''
set default-terminal "xterm-256color"
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"
set -g set-titles on
set -g status off
set -g escape-time 1
'';
};
git = {

View file

@ -32,7 +32,6 @@ in rec {
extra-system-pkgs = {
inherit (pkgs.gitAndTools) git-annex;
inherit (pkgs.rxvt_unicode) terminfo;
inherit (pkgs.python3Packages) qrcode;
inherit (pkgs)
git-crypt htop tree pwgen borgbackup inotifyTools direnv socat nmap ncdu
@ -61,7 +60,7 @@ in rec {
inherit (pkgs.pythonPackages) yapf jsbeautifier;
inherit (pkgs)
go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole
nixfmt stack ghcid rnix-lsp tmate rustup;
nixfmt stack ghcid rnix-lsp tmate rustup kitty;
inherit (my-lib) ghc;
inherit obelisk;
cabal-fmt = (unBreak pkgs.haskell.packages.ghc881.cabal-fmt);

View file

@ -30,7 +30,6 @@
config.system.build.nixos-rebuild)
update-system;
} // (import ../../pkgs).system-pkgs);
sessionVariables = { TERMINFO = "/run/current-system/sw/share/terminfo"; };
};
programs = {