24.11 #7
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, ... }: {
|
||||
{ unstable-pkgs, config, ... }: {
|
||||
# Fonts
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
|
@ -11,9 +11,11 @@
|
|||
includeUserConf = false;
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
packages = with unstable-pkgs; [
|
||||
# (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||
nerdfonts
|
||||
# nerdfonts
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.arimo
|
||||
# noto-fonts-emoji
|
||||
# sarasa-gothic
|
||||
font-awesome
|
||||
|
|
Loading…
Reference in a new issue