Re-format with nixpkgs-fmt
1 file changed, 9 insertions(+), 8 deletions(-)
changed files
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -1,9 +1,9 @@ -{ - config, - lib, - pkgs, - ... -}: let +{ config +, lib +, pkgs +, ... +}: +let inherit (pkgs) stdenv; lsOptions = if stdenv.isDarwin@@ -19,7 +19,7 @@ name = attrs.name; src = stdenv.mkDerivation { inherit (attrs) src; name = "zsh-plugin-${attrs.name}"; - buildInputs = [pkgs.zsh]; + buildInputs = [ pkgs.zsh ]; buildPhase = '' zsh -c 'for f in **/*.zsh; zcompile "$f"' '';@@ -28,7 +28,8 @@ cp -a $PWD $out/ ''; }; }; -in { +in +{ home.packages = with pkgs; [ fzf ghq