update: removed nixcats and added based neovim config

This commit is contained in:
Michael Thomson
2026-02-07 20:23:36 -05:00
parent 004ccccc35
commit da8683896c
15 changed files with 285 additions and 1082 deletions

View File

@@ -22,9 +22,6 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
nixCats = {
url = "github:BirdeeHub/nixCats-nvim";
};
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
stylix = {
url = "github:nix-community/stylix";
@@ -34,6 +31,10 @@
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ {