summaryrefslogtreecommitdiff
path: root/features/wayland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'features/wayland.nix')
-rw-r--r--features/wayland.nix12
1 files changed, 3 insertions, 9 deletions
diff --git a/features/wayland.nix b/features/wayland.nix
index 44523cc..2415a22 100644
--- a/features/wayland.nix
+++ b/features/wayland.nix
@@ -39,15 +39,9 @@
fontconfig = {
hinting.style = "hintfull";
defaultFonts = {
- monospace = [
- "Terminess Nerd Font"
- ];
- serif = [
- "DeepMind Sans"
- ];
- sansSerif = [
- "DeepMind Sans"
- ];
+ monospace = [ "Terminess Nerd Font" ];
+ serif = [ "DeepMind Sans" ];
+ sansSerif = [ "DeepMind Sans" ];
};
};
};