Update fontconfig settings
- Remove unnecessary import
This commit is contained in:
parent
e6f0770f97
commit
63ba2ebaba
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
nerdfonts
|
||||
noto-fonts
|
||||
|
@ -11,6 +10,7 @@
|
|||
libertine
|
||||
font-awesome
|
||||
];
|
||||
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
|
|
Loading…
Add table
Reference in a new issue