From d9a3e99839075f98d6ae41fc30f9d5f34b45ac6f Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 30 Jul 2025 23:33:38 +0200 Subject: chore: formatting --- modules/home-manager/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home-manager/zsh.nix') diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index f9f7548..f86425d 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, lib, ... }: { options.zsh.enable = lib.mkEnableOption "Configure zsh"; -- cgit v1.3.1