work: fix imports
This commit is contained in:
parent
bb6328628a
commit
195986b63f
@ -7,6 +7,7 @@
|
|||||||
nvme = "/dev/disk/by-id/nvme-WD_PC_SN810_SDCQNRY-1T00-1201_23234W800017";
|
nvme = "/dev/disk/by-id/nvme-WD_PC_SN810_SDCQNRY-1T00-1201_23234W800017";
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
../../shared/work
|
||||||
../../modules
|
../../modules
|
||||||
../../modules/profiles/desktop
|
../../modules/profiles/desktop
|
||||||
];
|
];
|
||||||
@ -27,8 +28,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.motiejus = import ../../shared/work;
|
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "${nvme}-part2";
|
device = "${nvme}-part2";
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{
|
{config, ...}: {
|
||||||
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
|
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
|
||||||
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
home-manager.users.${config.mj.username} = {
|
||||||
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
home.sessionVariables.GOPRIVATE = "github.com/chronosphereio";
|
||||||
|
programs.git.extraConfig.url."git@github.com:".insteadOf = "https://github.com";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user