From 06ed8e9cf6b1fdb98d934b8018a8b1582ac8a7bd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Nov 2025 21:06:02 +0000 Subject: [PATCH] home02: format --- modules/hosts/homelab/home02/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;