Home/Nixinator: Enable unofficial codex desktop app

This commit is contained in:
2026-09-08 11:03:29 +02:00
parent c4476bf1b7
commit 39eb99e021
4 changed files with 90 additions and 18 deletions
+11
View File
@@ -78,6 +78,17 @@
enableMcpIntegration = true;
};
codexDesktopLinux = {
enable = true;
linuxFeatures = [
"frameless-titlebar"
"global-dictation"
"read-aloud"
"tray-usage"
"ui-tweaks"
];
};
# NOTE: Starts extremely slow
ghostty = {
enable = true;