summary refs log tree commit diff stats
path: root/bin/home-manager
diff options
context:
space:
mode:
Diffstat (limited to 'bin/home-manager')
-rwxr-xr-xbin/home-manager4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/home-manager b/bin/home-manager
index e19e2885..02941eff 100755
--- a/bin/home-manager
+++ b/bin/home-manager
@@ -104,10 +104,6 @@ switch $current_script_name
         set --append argv -I nixos-config=$nixos_config_source
     case home-manager
         set --local hm_config_source $nixfiles/user/$hostname.nix
-        set --local hm_config_target $hm_config_dir/home.nix
-        if test ! -e $hm_config_target
-            ln -s $hm_config_source $hm_config_target
-        end
         set --export HOME_MANAGER_CONFIG $hm_config_source
 end