diff options
author | EuAndreh <eu@euandre.org> | 2023-02-17 10:41:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-17 10:41:42 -0300 |
commit | 7f38014dfdc60e828512fbac4c7b412dc60651ea (patch) | |
tree | 2d07ead74cc702ce2668db3a2825b41dceaf1196 /etc | |
parent | etc/guix/home.scm: Comment out guile-heredoc-latest offline package (diff) | |
download | dotfiles-7f38014dfdc60e828512fbac4c7b412dc60651ea.tar.gz dotfiles-7f38014dfdc60e828512fbac4c7b412dc60651ea.tar.xz |
etc/nix/configuration.nix: Enable extra fonts
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nix/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index cfe6817..8c2ce6b 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -81,6 +81,11 @@ in { nixos.includeAllModules = true; }; + fonts = { + enableDefaultFonts = true; + enableGhostscriptFonts = true; + }; + environment = { enableDebugInfo = true; |