adding codex

This commit is contained in:
2026-04-18 14:08:42 -04:00
parent 93d6914e9d
commit d350c2d074
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
enable = true; enable = true;
binfmt = true; # allows *.AppImage to be run directly binfmt = true; # allows *.AppImage to be run directly
}; };
services = { services = {
openssh.ports = [ 922 ]; openssh.ports = [ 922 ];
flatpak.enable = true; flatpak.enable = true;

View File

@@ -22,9 +22,10 @@
chromium chromium
# dev tools # dev tools
claude-code claude-code
codex
gparted gparted
jetbrains.datagrip jetbrains.datagrip
proxychains
opencode opencode
proxychains
]; ];
} }