Refactor Home Manager configuration #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, Home Manager is bound to my main NixOS configuration: the Home Manager module is imported in
modules/config/default.nix
, and the user specific modules are are loaded via optionperso.homeManager.modules
. I want to be able to rebuild my Home Manager withoutroot
and rebuilding the whole system.