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
|
Host cs-uc-06
|
||||||
User rayandrew
|
User rayandrew
|
||||||
HostName linux6.cs.uchicago.edu
|
HostName linux6.cs.uchicago.edu
|
||||||
# ControlMaster auto
|
ControlMaster auto
|
||||||
# ControlPersist yes
|
ControlPersist yes
|
||||||
LogLevel FATAL
|
LogLevel FATAL
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
ForwardX11 yes
|
ForwardX11 yes
|
||||||
|
|
@ -219,8 +219,8 @@ Host cs-uc-06
|
||||||
Host cs-uc-07
|
Host cs-uc-07
|
||||||
User rayandrew
|
User rayandrew
|
||||||
HostName linux7.cs.uchicago.edu
|
HostName linux7.cs.uchicago.edu
|
||||||
# ControlMaster auto
|
ControlMaster auto
|
||||||
# ControlPersist yes
|
ControlPersist yes
|
||||||
LogLevel FATAL
|
LogLevel FATAL
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
ForwardX11 yes
|
ForwardX11 yes
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
-- Ray Andrew
|
-- ray
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
-- Ray Andrew
|
-- ray
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
config = lib.mkIf config.custom.neovim.enable {
|
config = lib.mkIf config.custom.neovim.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(neovim.override { withNodeJs = true; })
|
(neovim.override { withNodeJs = true; })
|
||||||
|
tree-sitter
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink "${dots}/config/nvim";
|
xdg.configFile."nvim".source = config.lib.file.mkOutOfStoreSymlink "${dots}/config/nvim";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue