remove old neovim config
This commit is contained in:
parent
e1a45962d6
commit
51b71b8412
2 changed files with 34 additions and 521 deletions
11
flake.nix
11
flake.nix
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue