feat: go back to nixpkgs nvim to reduce amount of IFD

This commit is contained in:
matt1432 2024-07-24 13:26:02 -04:00
parent 38019afcef
commit acd4ebc1e2
8 changed files with 48 additions and 290 deletions

View file

@ -140,12 +140,6 @@
repo = "nixos-jellyfin";
type = "github";
};
jellyfin-ultrachromic-src = {
flake = false;
owner = "CTalvio";
repo = "Ultrachromic";
type = "github";
};
jovian = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "Jovian-Experiments";
@ -199,12 +193,6 @@
repo = "mpv-touch-gestures";
type = "github";
};
neovim-nightly = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "nix-community";
repo = "neovim-nightly-overlay";
type = "github";
};
nh = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "viperML";