nixbook: nixvim

nixbook: add more nixvim plugins
This commit is contained in:
Tristan 2024-07-30 13:29:13 +01:00 committed by tristan
parent 1868511631
commit 55a7e151d4
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)