mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 06:37:38 +02:00
feat: emacs - nushell-mode & evil-smartparens
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user