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