From 199f5268ddeec261f5cba352d741f64517eb68e5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 23 Jun 2025 16:16:45 +0200 Subject: Add 1 git-crypt collaborator New collaborators: 14C4CC6F Gabriel Arakaki Giovanini --- home.nix | 52 ++++++++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 30 deletions(-) (limited to 'home.nix') 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 = { -- cgit v1.2.3