mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
run packer sync on nix rebuild
This commit is contained in:
parent
5243003bad
commit
e9f85b815b
@ -32,6 +32,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Always run packer.nvim sync
|
||||
home.activation.nvimPackerSync =
|
||||
config.home-manager.users.${config.user}.lib.dag.entryAfter
|
||||
[ "writeBoundary" ] ''
|
||||
$DRY_RUN_CMD nvim +PackerSync +qa
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
# Used for icons in Vim
|
||||
|
Loading…
Reference in New Issue
Block a user