Move zstd to emacs module
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
tmux
|
tmux
|
||||||
kitty
|
kitty
|
||||||
zstd
|
|
||||||
fira-code
|
fira-code
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user