added a work directory to desktop, yocto compiles a *lot* faster there.
This commit is contained in:
parent
1fd85a0978
commit
e1c4ba9ef0
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,10 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
name = "Gabe Venberg";
|
name = "Gabe Venberg";
|
||||||
email = "gabevenberg@gmail.com";
|
email = "gabevenberg@gmail.com";
|
||||||
};
|
};
|
||||||
workProfile.enable = false;
|
workProfile = {
|
||||||
|
enable = true;
|
||||||
|
email = "gabriel.venberg@assistme.io";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue