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

@@ -24,7 +24,6 @@
ripgrep ripgrep
tmux tmux
kitty kitty
zstd
fira-code fira-code
]; ];

View File

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