diff options
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 2 |
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; |