add some work elements

main
Motiejus Jakštys 2024-03-12 17:09:32 +02:00
parent 8c87e00502
commit 3e4b56fe9b
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,8 @@ in {
};
};
home-manager.users.motiejus = import ../../shared/work;
swapDevices = [
{
device = "${nvme}-part2";

4
shared/work/default.nix Normal file
View File

@ -0,0 +1,4 @@
{
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
}