Update flake.lock file dependencies
This commit is contained in:
parent
ed50cf8f1e
commit
ca9c039575
5 changed files with 23 additions and 60 deletions
nix/lib/theme
|
@ -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.
|
||||
{ ... }: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue