This commit is contained in:
albert 2024-12-01 22:23:23 +01:00
parent 36d2adf239
commit a4ef841719
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,4 +1,4 @@
{ unstable-pkgs, config, ... }: { { pkgs-unstable, config, ... }: {
# Fonts # Fonts
fonts = { fonts = {
fontconfig = { fontconfig = {
@ -11,7 +11,7 @@
includeUserConf = false; includeUserConf = false;
}; };
packages = with unstable-pkgs; [ packages = with pkgs-unstable; [
# (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; }) # (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
# nerdfonts # nerdfonts
nerd-fonts.jetbrains-mono nerd-fonts.jetbrains-mono