summaryrefslogtreecommitdiff
path: root/features/wayland.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-08-14 19:22:44 +0530
committersinanmohd <sinan@firemail.cc>2023-08-14 19:22:44 +0530
commit52024bc83bf837dd0edaf08c52abcf5335e41825 (patch)
treefce6a344c51fde4a6e7f070bf27da4ef113303db /features/wayland.nix
parent301b045c1690edbe3f196451a98af17838e20b6e (diff)
clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions
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" ];
};
};
};