install lmodern font
This commit is contained in:
parent
d0b84c71ef
commit
413d6aa28b
1 changed files with 5 additions and 0 deletions
|
@ -33,4 +33,9 @@
|
||||||
];
|
];
|
||||||
pathsToLink = ["/share/zsh"];
|
pathsToLink = ["/share/zsh"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# System Fonts
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
lmodern
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue