Re-format with nixpkgs-fmt
1 file changed, 4 insertions(+), 5 deletions(-)
changed files
M system/settings/programs/shell.nix → system/settings/programs/shell.nix
@@ -1,7 +1,6 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { programs.zsh = {@@ -10,7 +9,7 @@ promptInit = ""; } // ( if pkgs.stdenv.isDarwin - then {} + then { } else { enableGlobalCompInit = false; }