diff --git a/modules/hosts/homelab/home02/configuration.nix b/modules/hosts/homelab/home02/configuration.nix index 66a278e4..5a18833a 100644 --- a/modules/hosts/homelab/home02/configuration.nix +++ b/modules/hosts/homelab/home02/configuration.nix @@ -82,7 +82,7 @@ "wheel" ]; packages = [ ]; - shell= pkgs.zsh; + shell = pkgs.zsh; }; nixpkgs.config.allowUnfree = true;