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
|
Install fonts necessary for my configuration. Namely
|
||||||
- Computer Modern
|
- Computer Modern
|
||||||
- Source Code Pro (Nerd Font)
|
- Source Code Pro (Nerd Font)
|
||||||
#+begin_src nix :tangle ~/.flake/home/fonts.nix :mkdirp yes
|
#+begin_src nix
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
atkinson-hyperlegible-mono
|
||||||
cm_unicode
|
cm_unicode
|
||||||
|
nerd-fonts.symbols-only
|
||||||
nerd-fonts.sauce-code-pro
|
nerd-fonts.sauce-code-pro
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue