From 3bd622a151e814f3c67778af0e12cd790004a788 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 28 Nov 2025 23:35:18 -0500 Subject: [PATCH] homeDirectory --- dot_config/flake/machines/saffron/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/flake/machines/saffron/home.nix b/dot_config/flake/machines/saffron/home.nix index b1fd674..4618a17 100644 --- a/dot_config/flake/machines/saffron/home.nix +++ b/dot_config/flake/machines/saffron/home.nix @@ -1,4 +1,4 @@ -{...}: { +{lib, ...}: { imports = [ ../../home/common.nix ../../home/helide @@ -6,7 +6,7 @@ home = { username = "tyler"; - homeDirectory = "/home/tyler"; + homeDirectory = lib.mkForce "/home/tyler"; packages = [ ];