Move zstd to emacs module

This commit is contained in:
2022-09-04 11:15:47 -07:00
parent a1f1b21e34
commit b7449a8ad5
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
home.packages = with pkgs; [
# Needed on macOS because Emacs wants the GNU version of some utilities like ls
coreutils
# Required by nativeComp but not a dependency for some reason
zstd
nodePackages.pyright
];
}