summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings')
-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;