diff options
Diffstat (limited to '')
-rw-r--r-- | home/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/zsh.nix b/home/zsh.nix index 0cc20eb..80a1ab8 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, ... }: { home.packages = with pkgs; [ zsh-completions ]; |