remove old neovim config

This commit is contained in:
Christoph Hollizeck 2024-05-24 12:31:45 +02:00
parent 2ceed04bae
commit 1da59e3298
No known key found for this signature in database
2 changed files with 34 additions and 521 deletions

View file

@ -21,12 +21,6 @@
inputs.nixpkgs.follows = "unstable";
};
# The nix way of configuring vim
nixvim = {
url = "github:Daholli/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
kickstartnvim = {
url = "github:Daholli/kickstart-nix-nvim";
inputs.nixpkgs.follows = "nixpkgs";
@ -47,6 +41,11 @@
flake = false;
};
pyfa = {
url = "github:Daholli/Pyfa/nixos-support";
inputs.nixpkgs.follows = "unstable";
};
sops-nix.url = "github:Mic92/sops-nix";
};