Merge remote-tracking branch 'origin/nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-08-22 09:43:38 +02:00
commit 77cfaa05db
13 changed files with 282 additions and 170 deletions

View file

@ -130,7 +130,7 @@ in
f
];
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
(nerdfonts.override {
fonts = [ "FiraCode" ];
})