Skip to content

Commit

Permalink
2024/06/19-16:03:40
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jun 19, 2024
1 parent 1ffb2c2 commit 6b7a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/wsl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ with lib;

wsl = {
enable = true;
defaultUser = config.environment.sysConf.mainUser;
startMenuLaunchers = true;
defaultUser = config.environment.sysConf.mainUser;
extraBin = with pkgs; [
{ src = "${coreutils}/bin/uname"; }
{ src = "${coreutils}/bin/dirname"; }
Expand Down

0 comments on commit 6b7a651

Please sign in to comment.