fix home manager service error on rebuild
This commit is contained in:
@@ -12,7 +12,9 @@
|
|||||||
after = [ "writeBoundary" ];
|
after = [ "writeBoundary" ];
|
||||||
before = [ ];
|
before = [ ];
|
||||||
data = ''
|
data = ''
|
||||||
install -m 0640 "$(readlink ${configPath})" ${configPath}
|
if [ -e "$(readlink ${configPath})" ]; then
|
||||||
|
install -m 0640 "$(readlink ${configPath})" ${configPath}
|
||||||
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
|
|||||||
Reference in New Issue
Block a user