1

System/Darwinix: Add fonts

This commit is contained in:
2026-03-21 14:56:31 +01:00
parent 9e62f755bb
commit d406047c9d
3 changed files with 6 additions and 2 deletions

View File

@ -87,7 +87,6 @@
dig dig
tcpdump tcpdump
traceroute
gping gping
curlie curlie
wget wget

View File

@ -1,4 +1,4 @@
{config}: { {config, ...}: {
showmode = false; # Status line already shows this showmode = false; # Status line already shows this
backspace = ["indent" "eol" "start"]; backspace = ["indent" "eol" "start"];
termguicolors = true; # Required by multiple plugins termguicolors = true; # Required by multiple plugins

View File

@ -52,6 +52,11 @@
wget wget
]; ];
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
monolisa
];
programs = { programs = {
fish.enable = true; fish.enable = true;
}; };