aboutsummaryrefslogtreecommitdiff
path: root/profiles/workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/workstation.nix')
-rw-r--r--profiles/workstation.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/workstation.nix b/profiles/workstation.nix
index 7fa9c6a..5451199 100644
--- a/profiles/workstation.nix
+++ b/profiles/workstation.nix
@@ -53,7 +53,7 @@
defaultFonts = {
serif = [ "DejaVu Serif" ];
sansSerif = [ "DejaVu Sans Serif" ];
- monospace = [ "JetBrain Mono" ];
+ monospace = [ "Source Code Pro" ];
};
};
fonts = with pkgs; [
@@ -61,7 +61,6 @@
etBook
font-awesome_5
google-fonts
- jetbrains-mono
powerline-fonts
roboto
];