System/Darwinix: Add fonts
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{config}: {
|
||||
{config, ...}: {
|
||||
showmode = false; # Status line already shows this
|
||||
backspace = ["indent" "eol" "start"];
|
||||
termguicolors = true; # Required by multiple plugins
|
||||
|
||||
@ -52,6 +52,11 @@
|
||||
wget
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
monolisa
|
||||
];
|
||||
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user