work: add google-cloud-sdk

main
Motiejus Jakštys 2024-03-13 12:40:31 +02:00 committed by Motiejus Jakštys
parent 272bea26b8
commit a705428b89
1 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
{config, ...}: {
{
config,
pkgs,
...
}: {
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
environment.systemPackages = with pkgs; [
google-cloud-sdk
];
home-manager.users.${config.mj.username} = {
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";