This commit is contained in:
2025-08-26 16:31:42 -05:00
parent 6142f645ed
commit 56beb43a68
2 changed files with 9 additions and 0 deletions

View File

@@ -9,5 +9,6 @@
./kitty ./kitty
./zoxide ./zoxide
./zsh ./zsh
./ssh
]; ];
} }

View File

@@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }: {
programs.ssh = {
enable = true;
};
}