summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix52
1 files changed, 22 insertions, 30 deletions
diff --git a/home.nix b/home.nix
index 6e37e3a..12a5100 100644
--- a/home.nix
+++ b/home.nix
@@ -8,36 +8,28 @@ in {
home.username = "gabrielgio";
home.homeDirectory = "/home/gabrielgio";
home.stateVersion = "25.05";
- home.packages = with pkgs;
- [
- alejandra
- awscli2
- comma
- grpcurl
- jujutsu
- k6
- kubectl
- ngrok
- nix-index
- nixd
- protoscope
- python312Packages.cssbeautifier
- ssm-session-manager-plugin
- streamlink
- terraform
- terraform-ls
- vale
- yaml-language-server
- ]
- ++ (
- if hostname != "workstation.lan"
- then [
- inputs.gxctl.packages.${pkgs.system}.gxctl
- inputs.gxctl.packages.${pkgs.system}.gxssh
- inputs.gxctl.packages.${pkgs.system}.gxscp
- ]
- else []
- );
+ home.packages = with pkgs; [
+ alejandra
+ awscli2
+ comma
+ gofumpt
+ grpcurl
+ home-manager
+ jujutsu
+ k6
+ kubectl
+ ngrok
+ nix-index
+ nixd
+ protoscope
+ python312Packages.cssbeautifier
+ ssm-session-manager-plugin
+ streamlink
+ terraform
+ terraform-ls
+ vale
+ yaml-language-server
+ ];
programs = {
direnv = {