|
Nix noob here, couldn't wrap my head around flake and home-manager. Wiki doesn't mention WSL specific instructions and no info found other than here. My goal was to be able to install a list of apps like Could you point a documentation that is valid for NixOS under WSL2 for a complete noobs in nix like me? |
Replies: 1 comment
|
NixOS-WSL aims to be able to do anything that regular NixOS on hardware can do. To install software, open |
NixOS-WSL aims to be able to do anything that regular NixOS on hardware can do. To install software, open
/etc/nixos/configuration.nixin an editor, add the programs toenvironment.systemPackagesand runnixos-rebuild switch; just like it is described in the NixOS manual