From b69d6dd7f87db131fa62a16f9debb49ae7e87f79 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Jun 2025 12:44:25 -0400 Subject: fmt --- hosts/wsl/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hosts/wsl/default.nix') diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix index dae77b5..bb9c4c4 100644 --- a/hosts/wsl/default.nix +++ b/hosts/wsl/default.nix @@ -1,6 +1,11 @@ # WSL # System configuration for any wsl instance -{config, pkgs, inputs, ...}: { +{ + config, + pkgs, + inputs, + ... +}: { imports = [ inputs.nixos-wsl.nixosModules.default ]; -- cgit v1.2.3-freya