{ lib, pkgs, config, modulesPath, ... }: { imports = [ ../../modules/base-client.nix ]; wsl = { enable = true; automountPath = "/mnt"; defaultUser = "nixos"; startMenuLaunchers = true; # Enable native Docker support # docker-native.enable = true; # Enable integration with Docker Desktop (needs to be installed) # docker-desktop.enable = true; }; networking.hostName = "Rory-wsl"; environment.systemPackages = with pkgs; [ wget neofetch lnav git lsd duf htop btop kitty.terminfo jq yq pv dig cinnamon.nemo gnome-console kitty feh vimPlugins.vim-nix neovim tree ]; system.stateVersion = "23.05"; home-manager.users.Rory.home.stateVersion = "23.05"; }