We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebc351 commit bcbd7f7Copy full SHA for bcbd7f7
hosts/orbstack/default.nix
@@ -11,9 +11,4 @@
11
];
12
13
nix.settings.trusted-users = [ user.login ];
14
-
15
- home-manager.users.${user.login} = {
16
- programs.claude-code.enable = true;
17
- programs.codex.enable = true;
18
- };
19
}
hosts/orbstack/hardware.nix
@@ -105,7 +105,6 @@
105
nix.settings.extra-platforms = [
106
"i686-linux"
107
"x86_64-linux"
108
- "aarch64-linux"
109
110
111
users.groups.orbstack.gid = 67278;
0 commit comments