187 current 2025-06-05 18:59:10 25.11.20250531.910796c 6.15.0 *

This commit is contained in:
2025-06-05 18:59:18 -04:00
parent c174acb2c8
commit 66c4d33550

View File

@@ -128,14 +128,23 @@
}; };
# Fonts # Fonts
fonts.packages = with pkgs; [ fonts = {
ibm-plex packages = with pkgs; [
liberation_ttf ibm-plex
nerd-fonts.blex-mono liberation_ttf
noto-fonts nerd-fonts.blex-mono
noto-fonts-cjk-sans noto-fonts
noto-fonts-emoji noto-fonts-cjk-sans
]; noto-fonts-emoji
];
fontconfig = {
defaultFonts = {
serif = ["IBM Plex Serif"];
sansSerif = ["IBM Plex Sans"];
monospace = ["BlexMono Nerd Font"];
};
};
};
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
@@ -199,9 +208,9 @@
defaultEditor = true; defaultEditor = true;
configure = { configure = {
customRC = '' customRC = ''
set autoindent set autoindent
set number relativenumber set number relativenumber
set tabstop=4 set tabstop=4
colorscheme catppuccin-mocha colorscheme catppuccin-mocha
''; '';
packages.myVimPackage = with pkgs.vimPlugins; { packages.myVimPackage = with pkgs.vimPlugins; {