aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/zsh.nix')
-rw-r--r--modules/home-manager/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix
index f9f7548..f86425d 100644
--- a/modules/home-manager/zsh.nix
+++ b/modules/home-manager/zsh.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ config, lib, ... }:
{
options.zsh.enable = lib.mkEnableOption "Configure zsh";