flake: update

This commit is contained in:
Christoph Hollizeck 2024-12-28 07:49:25 +01:00
parent 8c3dbb4fe9
commit 594863ab7d
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 1992 additions and 1 deletions

View file

@ -610,5 +610,9 @@ in
text = builtins.toJSON settings;
};
};
environment.systemPackages = with pkgs.nerd-fonts; [
jetbrains-mono
];
};
}