system changes
This commit is contained in:
parent
39c988c2de
commit
7b065ecb5e
1 changed files with 3 additions and 1 deletions
|
@ -3,13 +3,15 @@
|
|||
Install fonts necessary for my configuration. Namely
|
||||
- Computer Modern
|
||||
- Source Code Pro (Nerd Font)
|
||||
#+begin_src nix :tangle ~/.flake/home/fonts.nix :mkdirp yes
|
||||
#+begin_src nix
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
atkinson-hyperlegible-mono
|
||||
cm_unicode
|
||||
nerd-fonts.symbols-only
|
||||
nerd-fonts.sauce-code-pro
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue