1
1
mirror of https://github.com/divnix/digga.git synced 2024-10-26 23:23:26 +03:00

docs: remove section on using bud for hm config switching

This commit is contained in:
Chris Montgomery 2022-07-09 16:36:52 -04:00
parent 00cbe51dd2
commit 6f4ecf0c39
No known key found for this signature in database
GPG Key ID: A6BA9BA2FDA7C997

View File

@ -48,22 +48,11 @@ argument that gets passed to your home-manager users.
## External Usage
You can easily use the defined home-manager configurations outside of NixOS
using the `homeConfigurations` flake output. The [bud](../bud/index.md) helper
script makes this even easier.
using the `homeConfigurations` flake output.
This is great for keeping your environment consistent across Unix systems,
including OSX.
This is great for keeping your environment consistent across Unix-like systems,
including macOS.
### From within the projects devshell:
```sh
# builds the nixos user defined in the NixOS host
bud home NixOS nixos
# build and activate
bud home NixOS nixos switch
```
### Manually from outside the project:
```sh
# build
nix build "github:divnix/devos#homeConfigurations.nixos@NixOS.home.activationPackage"