build(flake)!: update inputs

This commit is contained in:
Moritz Böhme 2023-08-17 16:26:21 +02:00
parent 44a2142653
commit d4eb17856e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 115 additions and 91 deletions

View file

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