Replaced nixvim with nix-cats external flake.

This commit is contained in:
Gabe Venberg 2025-07-04 19:00:20 +02:00
parent 221524709e
commit dc1e99a104
44 changed files with 57 additions and 1455 deletions

View file

@ -16,11 +16,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
@ -45,6 +40,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
#My nvim config.
nvim-config = {
url = "git+ssh://forgejo@git.venberg.xyz/Gabe/nvim-config.git?shallow=1";
# url = "git+file:///home/gabe/nvim-config";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-secrets = {
url = "git+ssh://forgejo@git.venberg.xyz/Gabe/nix-secrets.git?shallow=1";
# url = "git+https://git.venberg.xyz/Gabe/nix-secrets.git?shallow=1";