This commit is contained in:
2025-08-05 14:40:28 +02:00
parent ba3fe72ecd
commit 5a36ba87fd
8 changed files with 81 additions and 2 deletions

View File

@@ -31,6 +31,10 @@
url = "git+ssh://git@github.com/cschmatzler/nixos-config-secrets.git";
flake = false;
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
{