feat: update configs for tmux

This commit is contained in:
Ryan Yin
2023-06-13 02:05:57 +08:00
parent 0c5b01b5f0
commit fe54e220e4
9 changed files with 93 additions and 25 deletions

View File

@@ -13,22 +13,6 @@
conda
];
programs = {
# modern vim
neovim = {
enable = true;
extraConfig = ''
set number relativenumber
'';
};
direnv = {
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
};
};
# GitHub CLI tool
programs.gh = {
enable = true;

View File

@@ -3,6 +3,7 @@
}: {
home.packages = with pkgs; [
firefox
xsel # for clipboard support in x11, required by tmux's clipboard support
];