From e1c4ba9ef093f79e46dd2f7290864ad02692c52b Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 13 May 2025 13:31:49 +0200 Subject: [PATCH] added a work directory to desktop, yocto compiles a *lot* faster there. --- hosts/home-personal.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/home-personal.nix b/hosts/home-personal.nix index d37e69b..52f7d89 100644 --- a/hosts/home-personal.nix +++ b/hosts/home-personal.nix @@ -21,7 +21,10 @@ inputs.home-manager.lib.homeManagerConfiguration { name = "Gabe Venberg"; email = "gabevenberg@gmail.com"; }; - workProfile.enable = false; + workProfile = { + enable = true; + email = "gabriel.venberg@assistme.io"; + }; }; };