refactor(home): move host home-manager configs out of hosts

This commit is contained in:
Ryan Yin
2026-03-23 10:49:17 +08:00
parent 8b4e922e5b
commit cf7b5a5be7
17 changed files with 19 additions and 11 deletions
-8
View File
@@ -1,8 +0,0 @@
{ config, ... }:
let
hostName = "fern";
in
{
programs.ssh.matchBlocks."github.com".identityFile =
"${config.home.homeDirectory}/.ssh/${hostName}";
}