mirror of
https://github.com/nix-community/home-manager
synced 2024-12-24 18:59:47 +01:00
files: log when creating home file links
This commit is contained in:
parent
9206f363ff
commit
4fce730326
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@ in
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
function linkNewGen() {
|
function linkNewGen() {
|
||||||
|
echo "Creating home file links in $HOME"
|
||||||
|
|
||||||
local newGenFiles
|
local newGenFiles
|
||||||
newGenFiles="$(readlink -e "$newGenPath/home-files")"
|
newGenFiles="$(readlink -e "$newGenPath/home-files")"
|
||||||
find "$newGenFiles" -type f -print0 -or -type l -print0 \
|
find "$newGenFiles" -type f -print0 -or -type l -print0 \
|
||||||
|
|
Loading…
Reference in a new issue