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