From 6db9eaad8e78f882ae44a28edcc4d11d2ffd5e28 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 14 Mar 2023 21:43:19 +0100 Subject: Re-format with nixpkgs-fmt --- system/settings/programs/shell.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'system/settings/programs/shell.nix') diff --git a/system/settings/programs/shell.nix b/system/settings/programs/shell.nix index 6f4b793a..c0e50690 100644 --- a/system/settings/programs/shell.nix +++ b/system/settings/programs/shell.nix @@ -1,7 +1,6 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { programs.zsh = { @@ -10,7 +9,7 @@ } // ( if pkgs.stdenv.isDarwin - then {} + then { } else { enableGlobalCompInit = false; } -- cgit 1.4.1