diff options
| author | seth <[email protected]> | 2023-07-15 05:23:40 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-15 05:46:58 -0400 |
| commit | 46b2213b0338aaf9eb172b4e28ba087edad0b0c8 (patch) | |
| tree | 0df230abc0eeed23731abb536e504f4551409b1b /users/seth/shell/zsh.nix | |
| parent | 75e14e155a639e254c52056e478651fde78202db (diff) | |
users/seth: general cleanup
Diffstat (limited to 'users/seth/shell/zsh.nix')
| -rw-r--r-- | users/seth/shell/zsh.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/seth/shell/zsh.nix b/users/seth/shell/zsh.nix index b697d02..23d5813 100644 --- a/users/seth/shell/zsh.nix +++ b/users/seth/shell/zsh.nix @@ -3,8 +3,6 @@ pkgs, ... }: { - home.packages = with pkgs; [fzf]; - programs.zsh = { enable = true; enableAutosuggestions = true; |
