all repos — nixfiles @ 8b25fd5434932922b49f48ef96c5037fa2bb7c99

System and user configuration, managed by nix and home-manager

zsh: fix missing python error
Alan Pearce alan@alanpearce.eu
Tue, 19 Nov 2019 22:35:19 +0100
commit

8b25fd5434932922b49f48ef96c5037fa2bb7c99

parent

ce36da80756ca2b0fa9e58ef8ba3a4d9a1640416

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -15,6 +15,8 @@ ghq     git
     git-lfs
     zsh-completions
+
+    python3 # for careful_rm; TODO package careful_rm
   ];
   xdg.configFile.zsh = {
     recursive = true;