diff options
| author | schererleander <leander@schererleander.de> | 2025-07-30 23:33:38 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-30 23:33:38 +0200 |
| commit | d9a3e99839075f98d6ae41fc30f9d5f34b45ac6f (patch) | |
| tree | 78f9e7cd60d04e465045e01cdd71e6cd8fd4d500 /modules/home-manager/zsh.nix | |
| parent | af0a5026bdc51a5599ec20743b29d74c112c90fd (diff) | |
chore: formatting
Diffstat (limited to 'modules/home-manager/zsh.nix')
| -rw-r--r-- | modules/home-manager/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
