diff options
Diffstat (limited to 'home-modules/apps/zsh.nix')
| -rw-r--r-- | home-modules/apps/zsh.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/home-modules/apps/zsh.nix b/home-modules/apps/zsh.nix index 5fca2ea..30795f0 100644 --- a/home-modules/apps/zsh.nix +++ b/home-modules/apps/zsh.nix @@ -2,7 +2,6 @@ config, pkgs, lib, - hostconfig, ... }: { @@ -14,20 +13,20 @@ programs.zsh = { enable = true; enableCompletion = true; - syntaxHighlighting.enable = true; - autosuggestion.enable =true; + syntaxHighlighting.enable = true; + autosuggestion.enable = true; oh-my-zsh = { enable = true; theme = "dst"; plugins = [ "kitty" - "rust" - "screen" - "systemd" - "tmux" - "nmap" + "rust" + "screen" + "systemd" + "tmux" + "nmap" "npm" - "ssh" + "ssh" ]; }; plugins = [ |
