diff options
author | Alan Pearce | 2019-11-19 22:35:19 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-19 22:36:46 +0100 |
commit | 8b25fd5434932922b49f48ef96c5037fa2bb7c99 (patch) | |
tree | ab02eb9882ed20979e3243d8bd76ec567abe1038 /user | |
parent | ce36da80756ca2b0fa9e58ef8ba3a4d9a1640416 (diff) | |
download | nixfiles-8b25fd5434932922b49f48ef96c5037fa2bb7c99.tar.lz nixfiles-8b25fd5434932922b49f48ef96c5037fa2bb7c99.tar.zst nixfiles-8b25fd5434932922b49f48ef96c5037fa2bb7c99.zip |
zsh: fix missing python error
Diffstat (limited to 'user')
-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; |