fix: nix presence plugin
This commit is contained in:
parent
560043b9a1
commit
c8ec3e8ad3
1 changed files with 10 additions and 9 deletions
|
|
@ -61,7 +61,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Copy lazy-lock.json as writable (not symlinked to read-only Nix store)
|
# Copy lazy-lock.json as writable (not symlinked to read-only Nix store)
|
||||||
home.activation.makeNvimLockWritable = config.lib.dag.entryAfter [ "linkGeneration" ] ''
|
home.activation.makeNvimLockWritable =
|
||||||
|
config.lib.dag.entryAfter [ "linkGeneration" ] ''
|
||||||
lockFile="${config.xdg.configHome}/nvim/lazy-lock.json"
|
lockFile="${config.xdg.configHome}/nvim/lazy-lock.json"
|
||||||
sourceLock="${./nvim/lazy-lock.json}"
|
sourceLock="${./nvim/lazy-lock.json}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue