diff options
author | EuAndreh <eu@euandre.org> | 2023-02-22 11:09:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-22 11:09:47 -0300 |
commit | d1fc19f59eddec9346dc2ce1254aa8e20286362b (patch) | |
tree | a30ca0ed9ddc7820eba34d8b7624197cbb36376f | |
parent | etc/nix/configuration.nix: Remove documentation.enable (diff) | |
download | dotfiles-d1fc19f59eddec9346dc2ce1254aa8e20286362b.tar.gz dotfiles-d1fc19f59eddec9346dc2ce1254aa8e20286362b.tar.xz |
etc/nix/configuration.nix: Remove extra fonts
-rw-r--r-- | etc/nix/configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 3d32ade..72265c7 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -54,11 +54,6 @@ # Set your time zone. time.timeZone = "America/Sao_Paulo"; - fonts = { - enableDefaultFonts = true; - enableGhostscriptFonts = true; - }; - environment = { enableDebugInfo = true; |