mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
670 B
670 B
Work profile overlay
Inspired by Published my Nix Dotfiles.
This repo demonstrates how I use a private repo to overlay my work-specific configurations on top of my personal ones. To use it, I just:
- Clone the private repo to my machine.
cd
into the private repo.- Run
home-manager switch --flake .#<username>@<hostname>
to activate the work profile (and then use theswitch-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.