system changes
This commit is contained in:
parent
c2af68d075
commit
3ebfc100aa
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#+title: Font Configuration
|
#+title: Font Configuration
|
||||||
|
|
||||||
Install fonts necessary for my configuration. Namely
|
Install fonts necessary for my configuration. Namely
|
||||||
|
- Atkinson Hyperlegible Mono
|
||||||
- Computer Modern
|
- Computer Modern
|
||||||
- Source Code Pro (Nerd Font)
|
- Source Code Pro (Nerd Font)
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
|
@ -9,6 +10,7 @@ Install fonts necessary for my configuration. Namely
|
||||||
{
|
{
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
atkinson-hyperlegible-next
|
||||||
atkinson-hyperlegible-mono
|
atkinson-hyperlegible-mono
|
||||||
cm_unicode
|
cm_unicode
|
||||||
nerd-fonts.symbols-only
|
nerd-fonts.symbols-only
|
||||||
|
|
Loading…
Add table
Reference in a new issue