Fix my WSL setup

This commit is contained in:
Andreas Zweili 2022-09-14 11:56:32 +02:00
parent dbb6d3cecf
commit 4b201f5f5a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
homeConfigurations = {
"${custom.username}@co-ws-con4" = home-manager.lib.homeManagerConfiguration {
configuration = import "${inputs.self}/home-manager/work-wsl.nix";
system = "x86_64";
system = "x86_64-linux";
username = custom.username;
homeDirectory = "/home/${custom.username}";
extraSpecialArgs = {