Migrate emacs-depended packages to emacs module
This commit is contained in:
@@ -24,8 +24,6 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
tmux
|
tmux
|
||||||
kitty
|
kitty
|
||||||
nodePackages.pyright
|
|
||||||
coreutils
|
|
||||||
zstd
|
zstd
|
||||||
fira-code
|
fira-code
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -3,4 +3,10 @@
|
|||||||
programs.emacs.enable = true;
|
programs.emacs.enable = true;
|
||||||
programs.emacs.package = pkgs.emacs28NativeComp;
|
programs.emacs.package = pkgs.emacs28NativeComp;
|
||||||
programs.emacs.extraPackages = epkgs: [ epkgs.vterm ];
|
programs.emacs.extraPackages = epkgs: [ epkgs.vterm ];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Needed on macOS because Emacs wants the GNU version of some utilities like ls
|
||||||
|
coreutils
|
||||||
|
nodePackages.pyright
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user