Replaced nixvim with nix-cats external flake.
This commit is contained in:
parent
221524709e
commit
dc1e99a104
44 changed files with 57 additions and 1455 deletions
12
flake.nix
12
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue