diff --git a/roles/zsh.nix b/roles/zsh.nix deleted file mode 100644 index 6eb0786..0000000 --- a/roles/zsh.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ ... }: - -{ - programs.zsh = { - enableBashCompletion = true; - enableCompletion = true; - }; -}