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 = {
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