mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: remove emacs-rime - failed to build in both nixos & darwin
This commit is contained in:
@@ -37,10 +37,8 @@ in {
|
|||||||
((emacsPackagesFor emacs-unstable-nox).emacsWithPackages
|
((emacsPackagesFor emacs-unstable-nox).emacsWithPackages
|
||||||
(epkgs: [
|
(epkgs: [
|
||||||
epkgs.vterm
|
epkgs.vterm
|
||||||
# https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix#L488-L498
|
|
||||||
# failed to build on macOS Apple Silicon
|
|
||||||
(if pkgs.stdenv.isLinux then epkgs.rime else nil)
|
|
||||||
]))
|
]))
|
||||||
|
librime
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
|
|
||||||
## Doom dependencies
|
## Doom dependencies
|
||||||
|
|||||||
@@ -16,8 +16,7 @@
|
|||||||
|
|
||||||
(doom! :input
|
(doom! :input
|
||||||
;;bidi ; (tfel ot) thgir etirw uoy gnipleh
|
;;bidi ; (tfel ot) thgir etirw uoy gnipleh
|
||||||
;; failed to build emacs-rime on macOS
|
chinese ; TODO: use (chinese +rime)
|
||||||
(:if IS-LINUX (chinese +rime) chinese)
|
|
||||||
;;japanese
|
;;japanese
|
||||||
;;layout ; auie,ctsrnm is the superior home row
|
;;layout ; auie,ctsrnm is the superior home row
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user