Replace uses of home-manager.

This commit is contained in:
Tom Alexander
2025-08-10 15:34:29 -04:00
parent c947def321
commit f4338ec8df
21 changed files with 114 additions and 215 deletions

View File

@@ -72,7 +72,8 @@ let
else
[
''
$DRY_RUN_CMD install $VERBOSE_ARG -D --compare ${flags} ${source} ${destination}
create_containing_directories ${destination} ${dir_flags}
$DRY_RUN_CMD install $VERBOSE_ARG --compare ${flags} ${source} ${destination}
''
]
);
@@ -142,6 +143,7 @@ let
else
[
''
create_containing_directories ${destination} ${dir_flags}
$DRY_RUN_CMD ln $VERBOSE_ARG -s ${source} ${destination}
$DRY_RUN_CMD chown $VERBOSE_ARG -h ${owner} ${destination}
''
@@ -298,7 +300,7 @@ in
description = "me-install-file";
wantedBy = [ "multi-user.target" ];
wants = [ "multi-user.target" ];
after = [ "multi-user.target" ];
before = [ "multi-user.target" ];
# path = with pkgs; [
# zfs
# ];