Skip to content

Commit 52cdd6d

Browse files
committed
feat(development): install desktop ai tools
Install the newly exposed desktop AI tools from the development AI profile so Linux workstations get them with the existing agent tooling.
1 parent d24198d commit 52cdd6d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

modules/home/suites/development/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ in
139139
agentsview
140140
ccusage
141141
ck
142+
khanelinix.codeburn
142143
code-review-graph
143144
hunk
144145
lmstudio
@@ -148,6 +149,10 @@ in
148149
tuicr
149150
workmux
150151
zat
152+
]
153+
++ lib.optionals (cfg.aiEnable && pkgs.stdenv.hostPlatform.isLinux && !isWSL) [
154+
claude-desktop
155+
codex-desktop
151156
];
152157

153158
shellAliases = {

0 commit comments

Comments
 (0)