24.11 #7

Merged
albert merged 11 commits from 24.11 into main 2024-12-04 20:42:43 +01:00
Showing only changes of commit a4ef841719 - Show all commits

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