[NixOS] Remove nativeSystemd and add ryzen-shine-wsl

This commit is contained in:
2025-07-19 17:54:15 +00:00
parent 4349671e14
commit 307710e7a5
2 changed files with 3 additions and 4 deletions

View File

@@ -16,6 +16,5 @@ makeEnable config "myModules.wsl" false {
wsl = {
enable = true;
startMenuLaunchers = true;
nativeSystemd = true;
};
}