chore: update ssh, neomutt signatures, and install treesitter

This commit is contained in:
Ray Andrew 2025-12-10 22:12:50 -06:00
parent 587213a5af
commit 380fa002c2
Signed by: rayandrew
SSH key fingerprint: SHA256:XYrYrxF0Z3A72n8P/p6mqPRNQZT22F88XcLsG+kX4xw
4 changed files with 7 additions and 6 deletions

View file

@ -210,8 +210,8 @@ Host cs-uc
Host cs-uc-06
User rayandrew
HostName linux6.cs.uchicago.edu
# ControlMaster auto
# ControlPersist yes
ControlMaster auto
ControlPersist yes
LogLevel FATAL
ForwardAgent yes
ForwardX11 yes
@ -219,8 +219,8 @@ Host cs-uc-06
Host cs-uc-07
User rayandrew
HostName linux7.cs.uchicago.edu
# ControlMaster auto
# ControlPersist yes
ControlMaster auto
ControlPersist yes
LogLevel FATAL
ForwardAgent yes
ForwardX11 yes

View file

@ -1 +1 @@
-- Ray Andrew
-- ray

View file

@ -1 +1 @@
-- Ray Andrew
-- ray

View file

@ -15,6 +15,7 @@
config = lib.mkIf config.custom.neovim.enable {
home.packages = with pkgs; [
(neovim.override { withNodeJs = true; })
tree-sitter
];
xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink "${dots}/config/nvim";