mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Add nix-ld and fix for vscode remote wsl extension
This commit is contained in:
@@ -10,10 +10,13 @@ with lib; let
|
||||
in {
|
||||
imports = [
|
||||
"${modulesPath}/profiles/minimal.nix"
|
||||
./nix-ld-config.nix
|
||||
|
||||
nixos-wsl.nixosModules.wsl
|
||||
];
|
||||
|
||||
nix-ld-config.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
system.stateVersion = "unstable";
|
||||
|
Reference in New Issue
Block a user