summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/wsl/default.nix7
1 files changed, 6 insertions, 1 deletions
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
];