diff --git a/system/roles/workstation/fonts.nix b/system/roles/workstation/fonts.nix index 600b778..4d2a0b6 100644 --- a/system/roles/workstation/fonts.nix +++ b/system/roles/workstation/fonts.nix @@ -101,5 +101,10 @@ in { }) ]; }; + + environment.systemPackages = with pkgs; [ + # Tool for searching and previewing installed fonts + font-manager + ]; }; }