add bufferline nvim plugin

change alacritty font to nerdfont patched Hack
This commit is contained in:
Pim Kunis 2023-10-23 19:44:56 +02:00
parent 20a47f6756
commit a930277e2b
4 changed files with 35 additions and 1 deletions

View file

@ -31,6 +31,7 @@
strawberry
gimp
libreoffice
(pkgs.nerdfonts.override { fonts = [ "Hack" ]; })
];
};
@ -50,4 +51,6 @@
identityPaths = [ "/home/pim/.ssh/age_ed25519" ];
installationType = "systemd";
};
fonts.fontconfig.enable = true;
}