diff --git a/pkgs/ui/shell.nix b/pkgs/ui/shell.nix index a2227eb..5ae3d4b 100644 --- a/pkgs/ui/shell.nix +++ b/pkgs/ui/shell.nix @@ -19,6 +19,8 @@ pkgs.mkShell { echo "floco ok: node_modules updated" fi + ln -sf ${pkgs.roboto}/share/fonts ./src/fonts + export PATH="$PATH:$(realpath ./node_modules)/.bin" ''; }