Fix configuration deprecation

This commit is contained in:
Yan Lin 2025-09-02 20:24:16 +02:00
parent a3373f8474
commit de1bfdcbe6
2 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{
imports = [
nixvim.homeManagerModules.nixvim
nixvim.homeModules.nixvim
../modules/nvim.nix
../modules/tmux.nix
../modules/zsh.nix

View file

@ -3,10 +3,14 @@
{
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
enableDefaultConfig = false;
matchBlocks = {
"*" = {
addKeysToAgent = "yes";
};
"github.com" = {
hostname = "github.com";
user = "git";