Removed custom fonts

This commit is contained in:
Yan Lin 2025-06-09 09:13:34 +02:00
parent 0f4437d78c
commit 1f6393cef9
34 changed files with 37 additions and 482 deletions

View file

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {}, isDev ? true, restartRemote ? false }:
{ pkgs ? import <nixpkgs> {}, dev ? false, restartRemote ? false }:
pkgs.mkShell {
packages = with pkgs; [
@ -22,7 +22,7 @@ pkgs.mkShell {
python generate.py
${if isDev then ''
${if dev then ''
pip install watchdog==6.0.0
python watch.py && exit
'' else ''