diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/.flake/home/fonts.nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.flake/home/fonts.nix.org b/common/.flake/home/fonts.nix.org index 3a01993..ebc1395 100644 --- a/common/.flake/home/fonts.nix.org +++ b/common/.flake/home/fonts.nix.org @@ -8,7 +8,7 @@ Install fonts necessary for my configuration. fonts.fontconfig.enable = true; home.packages = with pkgs; [ cm_unicode - (pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; }) + nerd-fonts.sauce-code-pro ]; } #+end_src |