NixOS upgrade 23.05 -> 23.11

This commit is contained in:
marc
2023-12-29 17:05:01 +01:00
parent b898d0af42
commit fffa64bc44
10 changed files with 29 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ in
fonts.fontconfig.enable = true;
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
iosevka
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];