feat: emacs - nushell-mode & evil-smartparens

This commit is contained in:
Ryan Yin
2024-01-05 00:31:28 +08:00
parent 55efe14c41
commit e82b5e0770
5 changed files with 28 additions and 8 deletions
+7 -2
View File
@@ -31,9 +31,14 @@ in {
config = mkIf cfg.enable (mkMerge [
{
home.packages = with pkgs; [
librime
home.packages = with pkgs;
let
epkgs = emacsPackages;
in
[
emacs-all-the-icons-fonts
epkgs.parinfer-rust-mode
epkgs.rime
## Doom dependencies
git