chore: update ssh, neomutt signatures, and install treesitter
This commit is contained in:
parent
587213a5af
commit
380fa002c2
4 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-- Ray Andrew
|
||||
-- ray
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-- Ray Andrew
|
||||
-- ray
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue