wow
This commit is contained in:
parent
614f6632f7
commit
4d92af12fb
3 changed files with 0 additions and 64 deletions
30
README.md
30
README.md
|
|
@ -42,33 +42,3 @@ Add the following to your nix configuration:
|
|||
```
|
||||
|
||||
## Modules
|
||||
|
||||
### helium-sync
|
||||
|
||||
#### NixOS
|
||||
```nix
|
||||
{
|
||||
inputs.imnyang.url = "git+https://git.mizuki.guru/imnyang/nix-packages.git";
|
||||
outputs = { self, nixpkgs, imnyang }: {
|
||||
nixosConfigurations.my-host = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
imnyang.nixosModules.helium-sync
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
#### Home Manager
|
||||
```nix
|
||||
{
|
||||
inputs.imnyang.url = "git+https://git.mizuki.guru/imnyang/nix-packages.git";
|
||||
outputs = { self, home-manager, imnyang, ... }: {
|
||||
homeConfigurations.my-user = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
imnyang.homeManagerModules.helium-sync
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue