diff --git a/dot_config/flake/machines/saffron/home.nix b/dot_config/flake/machines/saffron/home.nix index b1fd674..7be4a29 100644 --- a/dot_config/flake/machines/saffron/home.nix +++ b/dot_config/flake/machines/saffron/home.nix @@ -1,10 +1,12 @@ -{...}: { +{outputs, ...}: { imports = [ ../../home/common.nix ../../home/helide ]; home = { + overlays = builtins.attrValues outputs.overlays; + username = "tyler"; homeDirectory = "/home/tyler";