home-manager @ acea386f5137cb8f0ba890aa3a78499a674023f4

Move more packages from general to gridx

Move more packages that I only use at work to the gridx profile.
 1diff --git a/ghostty.nix b/ghostty.nix
 2index 205b757036a5f7e2fbbcf2bf73ee769d2ff34376..ba5408ea839d6f3b52c4688c7f132dcf78ac6c17 100644
 3--- a/ghostty.nix
 4+++ b/ghostty.nix
 5@@ -4,7 +4,7 @@   inputs,
 6   ...
 7 }: {
 8   xdg.configFile."ghostty/config".text = ''
 9-    theme=3024 Day
10+    theme=GruvboxDark
11     window-decoration=false
12     confirm-close-surface=false
13     shell-integration=fish
14diff --git a/home.nix b/home.nix
15index 9aeff475dd71aecc0a88a82973d54f82ff170f01..64acea4e63de5cd6442020c3b69dfb107b8c53f1 100644
16--- a/home.nix
17+++ b/home.nix
18@@ -10,30 +10,14 @@   home.username = "gabrielgio";
19   home.homeDirectory = "/home/gabrielgio";
20   home.stateVersion = "25.05";
21   home.packages = with pkgs; [
22-    alejandra
23-    awscli2
24     comma
25-    dive
26     gofumpt
27-    grpcurl
28-    home-manager
29     jujutsu
30-    k6
31-    kubectl
32-    ngrok
33     nix-index
34     nixd
35-    oapi-codegen
36-    ogen
37-    protoscope
38     python312Packages.cssbeautifier
39-    ssm-session-manager-plugin
40     streamlink
41-    terraform
42-    terraform-ls
43-    typespec
44     vale
45-    yaml-language-server
46   ];
47 
48   programs = {
49diff --git a/secrets/gridx/gridx.nix b/secrets/gridx/gridx.nix
50index 960b32b5857862283aeaf062921863a2d6d5332a..a21a8bedec1f37bc322af30da51667c435e8c75a 100644
51Binary files a/secrets/gridx/gridx.nix and b/secrets/gridx/gridx.nix differ