diff options
Diffstat (limited to 'modules/nixos/hyprland.nix')
| -rw-r--r-- | modules/nixos/hyprland.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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 +} |
