diff --git a/machines/wsl/configuration.nix b/machines/wsl/configuration.nix index e230d0c..08b9753 100644 --- a/machines/wsl/configuration.nix +++ b/machines/wsl/configuration.nix @@ -22,8 +22,7 @@ wsl = { enable = true; defaultUser = "nathan"; - startMenuLaunchers = true; - nativeSystemd = true; + # nativeSystemd = true; }; security.sudo.enable = true;