1
1
Fork 0

Disable start menu launchers and restore upstream input

This commit is contained in:
Jaculabilis 2022-12-21 18:19:58 +00:00
parent b6f3abccbe
commit 1a3b50e11d
3 changed files with 7 additions and 9 deletions

View File

@ -40,16 +40,15 @@
]
},
"locked": {
"lastModified": 1671498165,
"narHash": "sha256-BznhoEdQN9dzN0/2CpmvMlrVezZbca3i6KB5rr/3QBE=",
"owner": "Jaculabilis",
"lastModified": 1671480147,
"narHash": "sha256-IzWdZL8jMNtyKsXXJjn2L4MsBeR52WBdhciPw4latHU=",
"owner": "nix-community",
"repo": "NixOS-WSL",
"rev": "088e331ab2d4588b3b54b17b47569807e83d8ad9",
"rev": "577d7919e4380e6905e69d4a5f8f48a41ca37187",
"type": "github"
},
"original": {
"owner": "Jaculabilis",
"ref": "skip-copy",
"owner": "nix-community",
"repo": "NixOS-WSL",
"type": "github"
}

View File

@ -1,8 +1,7 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=refs/tags/22.11";
#nixos-wsl.url = "github:nix-community/NixOS-WSL";
nixos-wsl.url = "github:Jaculabilis/NixOS-WSL/skip-copy";
nixos-wsl.url = "github:nix-community/NixOS-WSL";
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
};

View File

@ -13,7 +13,7 @@ in
enable = true;
wslConf.automount.root = "/mnt";
defaultUser = "nixos";
startMenuLaunchers = true;
startMenuLaunchers = false;
};
system.stateVersion = "21.11";