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

@@ -10,14 +10,14 @@
# size = 12;
# };
font = {
# name = "JetBrainsMono Nerd Font";
name = "JetBrainsMono Nerd Font Mono";
size = 12;
# package = pkgs.nerd-fonts.jetbrains-mono;
package = pkgs.nerd-fonts.jetbrains-mono;
};
shellIntegration = {
enableZshIntegration = true;
};
#themeFile = "gruvbox-dark";
themeFile = "Modus_Vivendi";
# darwinLaunchOptions = [
# "--single-instance"
# ];