Skip to content

Commit bcbd7f7

Browse files
committed
fix(hosts/orbstack): clean up
1 parent cebc351 commit bcbd7f7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

hosts/orbstack/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,4 @@
1111
];
1212

1313
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-
};
1914
}

hosts/orbstack/hardware.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
nix.settings.extra-platforms = [
106106
"i686-linux"
107107
"x86_64-linux"
108-
"aarch64-linux"
109108
];
110109

111110
users.groups.orbstack.gid = 67278;

0 commit comments

Comments
 (0)