diff --git a/.example_work_profile/README.md b/.example_work_profile/README.md index dc79ad7..a157adb 100644 --- a/.example_work_profile/README.md +++ b/.example_work_profile/README.md @@ -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 .#@` 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. \ No newline at end of file +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`). \ No newline at end of file