Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hosts/mercury/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
casks = [
"bruno"
"figma"
"google-chrome"
"jabra-direct"
"linear"
"loom"
Expand All @@ -33,6 +34,7 @@
masApps = {
"Flow" = 1423210932;
"Trace" = 6768724888;
"Okta Verify" = 490179405;
};
};
}
5 changes: 4 additions & 1 deletion modules/profiles/home/gh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
{
programs.gh = {
enable = true;
extensions = with pkgs; [ gh-poi ];
extensions = with pkgs; [
gh-poi
gh-stack
];
settings = {
aliases = {
co = "pr checkout";
Expand Down
31 changes: 0 additions & 31 deletions modules/profiles/home/opencode/default.nix

This file was deleted.

27 changes: 0 additions & 27 deletions modules/profiles/home/opencode/secrets.json

This file was deleted.

1 change: 1 addition & 0 deletions modules/profiles/home/tools/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
httpie
jq
just
moreutils
mtr
nh
nixd
Expand Down
1 change: 0 additions & 1 deletion modules/suites/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ with profiles;
mcp.memory
mcp.nixos
mise
opencode.default
tuicr
vscode
];
Expand Down
1 change: 0 additions & 1 deletion users/et/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
./profiles/mcp/notion.nix
./profiles/mcp/postgres/default.nix
./profiles/mcp/sentry.nix
./profiles/opencode/default.nix
./profiles/tmuxp.nix
./profiles/tools.nix
./profiles/vscode.nix
Expand Down
16 changes: 0 additions & 16 deletions users/et/profiles/opencode/default.nix

This file was deleted.

27 changes: 0 additions & 27 deletions users/et/profiles/opencode/secrets.json

This file was deleted.

Loading