feat: add nord theme

added nord theme from github.com/gbprod/nord.nvim
fixed a typo
This commit is contained in:
tomasguinzburg 2025-01-17 09:54:51 +01:00
commit ae3340f2d1
5 changed files with 36 additions and 1 deletions

View file

@ -5,7 +5,7 @@
self,
...
} @ inputs: let
# call the extedended library with `inputs`
# call the extended library with `inputs`
# inputs is used to get the original standard library, and to pass inputs to the plugin autodiscovery function
lib = import ./lib/stdlib-extended.nix inputs;
in
@ -419,6 +419,11 @@
flake = false;
};
plugin-nord = {
url = "github:gbprod/nord.nvim";
flake = false;
};
# Rust crates
plugin-crates-nvim = {
url = "github:Saecki/crates.nvim";