Updated lockfile
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s

This commit is contained in:
alejandro-angulo 2024-12-02 17:50:30 -08:00
parent 6c08146fd2
commit 33c866daff
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 21 additions and 21 deletions

View file

@ -13,7 +13,7 @@ in {
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
(nerdfonts.override {fonts = ["Hack"];})
nerd-fonts.hack
noto-fonts
noto-fonts-color-emoji
noto-fonts-lgc-plus

View file

@ -23,7 +23,7 @@ in {
themeFile = "Catppuccin-Mocha";
font = {
size = 12;
package = pkgs.nerdfonts.override {fonts = ["Hack"];};
package = pkgs.nerd-fonts.hack;
name = "Hack Nerd Font";
};
settings = {

View file

@ -17,7 +17,7 @@ in {
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
(nerdfonts.override {fonts = ["Hack"];})
nerd-fonts.hack
];
};
}