summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-08-20 16:09:31 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-08-20 16:09:31 +0200
commit8a0431e6a40f8405e5247cc9348dbecea8683f78 (patch)
tree279c01dcc2f58a0560a4064aeaf2ef1a201fb1f4 /home
parentea30dca5d0a1e9d665fb924c39f9d5833fed65ab (diff)
add spacemacs' default font to env
Diffstat (limited to 'home')
-rw-r--r--home/config/environment.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/config/environment.nix b/home/config/environment.nix
index ae830a8..01883ac 100644
--- a/home/config/environment.nix
+++ b/home/config/environment.nix
@@ -21,6 +21,7 @@
# Fonts
material-design-icons
roboto
+ source-code-pro
] ++ [
# Programming languages
python3Minimal