summaryrefslogtreecommitdiff
path: root/features/wayland.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-08-18 18:05:01 +0530
committersinanmohd <sinan@sinanmohd.com>2023-08-18 18:05:01 +0530
commit9b1b546a6dfd631c24af1e694ed70c66827b9b24 (patch)
treeb4052aa789304dd781a2812206a833b6dbc97bac /features/wayland.nix
parent835ba8b2a40b38726c694562c08b237e5d985efc (diff)
wayland: fonts.fonts and fonts.enableDefaultFonts has been renamed
Diffstat (limited to 'features/wayland.nix')
-rw-r--r--features/wayland.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/wayland.nix b/features/wayland.nix
index 2415a22..1eb1289 100644
--- a/features/wayland.nix
+++ b/features/wayland.nix
@@ -31,13 +31,13 @@
# font
fonts = {
- fonts = with pkgs; [
+ packages = with pkgs; [
terminus-nerdfont
dm-sans
];
- enableDefaultFonts = true;
+ enableDefaultPackages = true;
fontconfig = {
- hinting.style = "hintfull";
+ hinting.style = "full";
defaultFonts = {
monospace = [ "Terminess Nerd Font" ];
serif = [ "DeepMind Sans" ];