{ pkgs, outputs, inputs, lib, ... }: { imports = [ ../shared ]; networking.hostName = "wsl"; wsl = { enable = true; defaultUser = "katkak"; }; }