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 = [ ];