main-laptop: fix deprecated font package name
This commit is contained in:
parent
69e0be4dd3
commit
c60173c595
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
name = "Cantarell";
|
name = "Cantarell";
|
||||||
};
|
};
|
||||||
monospace = {
|
monospace = {
|
||||||
package = pkgs.fira-code-nerdfont;
|
package = pkgs.nerd-fonts.fira-code;
|
||||||
name = "FiraCode Nerd Font Mono";
|
name = "FiraCode Nerd Font Mono";
|
||||||
};
|
};
|
||||||
emoji = {
|
emoji = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue