Move to DashVim

This commit is contained in:
DashieTM 2024-07-15 01:57:04 +02:00
parent cd0bfe5cd5
commit e8fa641a15
11 changed files with 682 additions and 339 deletions

View file

@ -4,16 +4,20 @@
enable = true;
image = /home/${config.conf.username}/Pictures/backgrounds/shinobu_2k.jpg;
polarity = "dark";
targets = {
nixvim.enable = false;
fish.enable = false;
};
fonts = {
serif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";
package = pkgs.cantarell-fonts;
name = "Cantarell";
};
sansSerif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Sans";
package = pkgs.cantarell-fonts;
name = "Cantarell";
};
monospace = {