From 9a4772d6cd8917a33e719b6f746b3d2ef416043b Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 12 Jan 2024 01:49:08 -0700 Subject: add font for waybar --- modules/nixos/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 3ccc77c..42d061e 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -74,7 +74,10 @@ xfce.thunar # sfce4's file manager ]; + fonts.packages = with pkgs; [ + font-awesome # fixes waybar fonts + ]; # fix https://github.com/ryan4yin/nix-config/issues/10 security.pam.services.swaylock = {}; -} \ No newline at end of file +} -- cgit v1.2.3