Updated lockfile
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
parent
6c08146fd2
commit
33c866daff
4 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -17,7 +17,7 @@ in {
|
|||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
(nerdfonts.override {fonts = ["Hack"];})
|
||||
nerd-fonts.hack
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue