master
Elias Almqvist 3 weeks ago
parent 7338664224
commit 4af6aa90e6
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 13
      nix-darwin/home.nix

@ -81,7 +81,7 @@
ffmpeg
gnupg
jq
tmux
# tmux
htop
ripgrep
sshfs
@ -250,6 +250,17 @@
};
};
programs.tmux = {
enable = true;
mouse = true;
terminal = "xterm-256color";
shell = "${pkgs.zsh}/bin/zsh";
# If you need any tmux config to run before shell startup:
extraConfig = ''
set -g default-command "${pkgs.zsh}/bin/zsh"
'';
};
programs.neovim = {
enable = true;
viAlias = true;

Loading…
Cancel
Save