add some work elements
This commit is contained in:
parent
8c87e00502
commit
3e4b56fe9b
|
@ -27,6 +27,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home-manager.users.motiejus = import ../../shared/work;
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "${nvme}-part2";
|
device = "${nvme}-part2";
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
||||||
|
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
||||||
|
}
|
Loading…
Reference in New Issue