about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/zsh.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-07-26 07:41:19 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-07-26 07:41:19 +0100
commitee976ae6fb7b410ca26b7d891b36eaa74eb930ab (patch)
tree268056f383de406aa8b4ebce3fbbc8091849e325 /nix-conf/home/includes/zsh.nix
parent3692bf56a797abbbbc6e509f59708744f931dfae (diff)
downloaddotfiles-ee976ae6fb7b410ca26b7d891b36eaa74eb930ab.tar.gz
Remove unnecessary inputs
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r--nix-conf/home/includes/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 38a32fa..00c65d9 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, lib, isDarwin, ... }:
+{ config, pkgs, lib, ... }:
 let
   inherit (lib)
     optionalAttrs