mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-13 07:12:23 +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
|
# Used for icons in Vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user