mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-03-15 03:41:54 +01:00
10 lines
138 B
Nix
10 lines
138 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
fonts = with pkgs; [
|
|
nerd-fonts.jetbrains-mono
|
|
nerd-fonts.fira-code
|
|
nerd-fonts.fira-mono
|
|
inter
|
|
];
|
|
}
|