Update flake.lock file dependencies

This commit is contained in:
Oliver Davies 2024-12-05 19:33:06 +00:00
parent ed50cf8f1e
commit ca9c039575
5 changed files with 23 additions and 60 deletions
nix/lib/theme

View file

@ -1,12 +1,2 @@
{ pkgs, ... }:
{
fonts = {
monospace = {
name = "MesloLGSDZ Nerd Font Mono";
# fc-list : family | sort | grep "Nerd Font"
package = pkgs.nerdfonts.override { fonts = [ "Meslo" ]; };
size = "10";
};
};
}
# TODO Remove this file.
{ ... }: { }