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