added a work directory to desktop, yocto compiles a *lot* faster there.

This commit is contained in:
Gabe Venberg 2025-05-13 13:31:49 +02:00
parent 1fd85a0978
commit e1c4ba9ef0

View file

@ -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";
};
}; };
}; };