···11-# Edit this configuration file to define what should be installed on
22-# your system. Help is available in the configuration.nix(5) man page, on
33-# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
44-51# NixOS-WSL specific options are documented on the NixOS-WSL repository:
62# https://github.com/nix-community/NixOS-WSL
77-83{ config, lib, pkgs, ... }:
99-104{
115 imports = [
126 inputs.wsl.nixosModules.wsl
1313- inputs.home-manager.nixosModules.home-manager
147 ];
158169 wsl.enable = true;
1710 wsl.defaultUser = "vali";
1818-1919- environment.systemPackages = with pkgs; [
1111+1212+ environment.systemPackages = with pkgs; [
2013 wget
2114 git
2215 lazygit
2316 php83
2417 php83Packages.composer
2525- nodejs_20
1818+ nodejs_20
2619 ];
27202821 # This value determines the NixOS release from which the default