feat: macOS - adjust terminal's font size, starship for zsh, squirrel input method

This commit is contained in:
Ryan Yin
2023-07-17 15:59:31 +08:00
parent de1bc12b1b
commit 7b482f8cfa
5 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
{
# remove existing rime data (squirrel)
home.activation.removeExistingRimeData = lib.hm.dag.entryBefore [ "checkLinkTargets" ] ''
rm -rf "~/Library/Rime/build/flypy.prism.bin"
'';
# Squirrel Input Method
home.file."Library/Rime" = {
# my custom squirrel data (flypy input method)