nixbook: nixvim

nixbook: add more nixvim plugins
This commit is contained in:
Tristan 2024-07-30 13:29:13 +01:00 committed by Tristan Beedell
parent ce02fb7bee
commit 88ce520e29
9 changed files with 470 additions and 193 deletions

View file

@ -14,7 +14,6 @@
text = config.lib.stylix.colors.base05;
};
rgb = color: "rgb(${color})";
in {
imports = [
(import ../utils/waybar.nix)