diff --git a/modules/home/core/default.nix b/modules/home/core/default.nix index 7adcb23..be0b19a 100644 --- a/modules/home/core/default.nix +++ b/modules/home/core/default.nix @@ -222,17 +222,17 @@ in controlMaster = "auto"; controlPersist = "5m"; matchBlocks = { - "jellydonut sol pegasi" = { - forwardAgent = true; - hostname = "%h.gg.lan"; - }; - "freedom" = { - user = "wasv"; - forwardAgent = true; - hostname = "%h.csh.rit.edu"; + "jellydonut sol pegasi gallifrey" = { + forwardAgent = true; + hostname = "%h.gg.lan"; + }; + "freedom shell" = { + user = "wasv"; + forwardAgent = true; + hostname = "%h.csh.rit.edu"; + }; }; }; - }; programs.fzf.enable = true; programs.zellij = {