aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-04 15:09:14 -0300
committerEuAndreh <eu@euandre.org>2022-01-04 15:09:14 -0300
commitff6bb4ef3170c2971acb122f824b068d2554c735 (patch)
tree69985e43e67c4a4b7769d3be3d1cc98b0588f227
parentexrc.conf: Embrace tabs, use 8 spaces for viewing them (diff)
downloaddotfiles-ff6bb4ef3170c2971acb122f824b068d2554c735.tar.gz
dotfiles-ff6bb4ef3170c2971acb122f824b068d2554c735.tar.xz
configuration.nix: Remove custom installed fonts
-rw-r--r--configuration.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/configuration.nix b/configuration.nix
index 979c3d1d..e3ba91d5 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -93,15 +93,6 @@ in {
# Set your time zone.
time.timeZone = "America/Sao_Paulo";
- fonts.fonts = with pkgs; [
- source-code-pro
- fira-code
- fira-mono
- fira-code-symbols
- freefont_ttf
- symbola
- ];
-
documentation = {
enable = true;
man.enable = true;