From 38b79babe0c26966a154fba6b0228e91601a67e7 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 13 Nov 2022 08:37:02 -0800 Subject: [PATCH] Updated fonts --- users/alejandro/sway/sway.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/alejandro/sway/sway.nix b/users/alejandro/sway/sway.nix index 120cf9a..27d3de6 100644 --- a/users/alejandro/sway/sway.nix +++ b/users/alejandro/sway/sway.nix @@ -89,6 +89,11 @@ in { focus.followMouse = false; + fonts = { + names = ["Hack Nerd Font"]; + size = 10.0; + }; + output = { "*".bg = "${wallpaper} fill"; "eDP-1".scale = "1";