summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-11-19 22:35:19 +0100
committerAlan Pearce2019-11-19 22:36:46 +0100
commit8b25fd5434932922b49f48ef96c5037fa2bb7c99 (patch)
treeab02eb9882ed20979e3243d8bd76ec567abe1038
parentce36da80756ca2b0fa9e58ef8ba3a4d9a1640416 (diff)
downloadnixfiles-8b25fd5434932922b49f48ef96c5037fa2bb7c99.tar.lz
nixfiles-8b25fd5434932922b49f48ef96c5037fa2bb7c99.tar.zst
nixfiles-8b25fd5434932922b49f48ef96c5037fa2bb7c99.zip
zsh: fix missing python error
-rw-r--r--user/settings/zsh.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 82500536..6386dd74 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -15,6 +15,8 @@ in
     git
     git-lfs
     zsh-completions
+
+    python3 # for careful_rm; TODO package careful_rm
   ];
   xdg.configFile.zsh = {
     recursive = true;