mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
update work_profile README
This commit is contained in:
parent
6f28e2d37f
commit
7a6cdae88c
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ This repo demonstrates how I use a private repo to overlay my work-specific conf
|
|||
2. `cd` into the private repo.
|
||||
3. Run `home-manager switch --flake .#<username>@<hostname>` to activate the work profile (and then use the `switch-home` function to (re)activate it in the future).
|
||||
|
||||
When the public `dotfiles` repo gets updated, I run `nix flake lock --update-input dotfiles` to pull in the changes before doing `switch-home` to reapply the config.
|
||||
When the public `dotfiles` repo gets updated, I use the `update-dotfiles` function to pull in the changes (`nix flake lock --update-input dotfiles ${config.home.homeDirectory}/.dotfiles/`) and reapply the config (`switch-home`).
|
Loading…
Reference in a new issue