fix: suppress nixvim nixpkgs.source and ssh matchBlocks deprecation warnings (#262)

Explicitly set programs.nixvim.nixpkgs.source to suppress the follows
    warning, and migrate all programs.ssh.matchBlocks to programs.ssh.settings
    using upstream PascalCase directive names.
This commit is contained in:
Ryan Yin
2026-06-03 11:23:30 +08:00
committed by GitHub
parent 44b0258129
commit fe4923f8cb
6 changed files with 26 additions and 36 deletions
@@ -1,5 +1,6 @@
{
config,
nixpkgs,
nixvim,
pkgs,
...
@@ -7,6 +8,8 @@
{
imports = [ nixvim.homeModules.nixvim ];
programs.nixvim.nixpkgs.source = nixpkgs;
home.shellAliases = {
vi = "nvim";