init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
dejavu_fonts
|
||||
ibm-plex
|
||||
inter
|
||||
noto-fonts
|
||||
roboto
|
||||
fira
|
||||
fira-code
|
||||
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.hack
|
||||
|
||||
newcomputermodern
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user