diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-12 01:49:08 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-12 01:49:08 -0700 |
| commit | 9a4772d6cd8917a33e719b6f746b3d2ef416043b (patch) | |
| tree | 31538dd37050aa5ccb50d728966c0aebf6002396 /modules/nixos/hyprland.nix | |
| parent | c8c6025cb9e2a667a639c4050c991d86c49f9c96 (diff) | |
add font for waybar
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 +} |
