Only enable fira-code-mode when in window mode

This commit is contained in:
Charlotte Van Petegem 2021-03-09 01:14:19 +01:00
parent 912d84d889
commit 9b6942c62f
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -42,7 +42,7 @@
};
fira-code-mode = {
enable = true;
config = "(global-fira-code-mode)";
config = "(when window-system (global-fira-code-mode))";
};
flycheck = {
enable = true;