mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
10 lines
135 B
Nix
10 lines
135 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Fonts
|
|
fonts.packages = with pkgs; [
|
|
jetbrains-mono
|
|
nerd-font-patcher
|
|
noto-fonts-color-emoji
|
|
];
|
|
}
|