fix(wine): add to all.nix

This commit is contained in:
2025-06-29 15:12:47 +08:00
parent 20ddfb5ddd
commit be5fd3b9ff

View File

@@ -17,6 +17,7 @@ lib.my.makeSwitch {
wm.all.enable = true;
style.enable = true;
quickshell.enable = true;
wine.enable = true;
};
};
}