work: add google-cloud-sdk
This commit is contained in:
parent
272bea26b8
commit
a705428b89
@ -1,5 +1,14 @@
|
|||||||
{config, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
|
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
google-cloud-sdk
|
||||||
|
];
|
||||||
|
|
||||||
home-manager.users.${config.mj.username} = {
|
home-manager.users.${config.mj.username} = {
|
||||||
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
||||||
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
||||||
|
Loading…
Reference in New Issue
Block a user