diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-07-26 07:41:19 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-07-26 07:41:19 +0100 |
commit | ee976ae6fb7b410ca26b7d891b36eaa74eb930ab (patch) | |
tree | 268056f383de406aa8b4ebce3fbbc8091849e325 /nix-conf/home/includes/zsh.nix | |
parent | 3692bf56a797abbbbc6e509f59708744f931dfae (diff) | |
download | dotfiles-ee976ae6fb7b410ca26b7d891b36eaa74eb930ab.tar.gz |
Remove unnecessary inputs
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 2 |
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 |