Update README.md

This commit is contained in:
MeexReay 2025-09-07 13:13:59 +00:00 committed by GitHub
parent 93384bb99b
commit e0afd88423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,26 +65,7 @@ nix run github:MeexReay/bRAC # build and run
```
To install, you need to make [a flake for system](https://nixos.wiki/wiki/flakes#Using_nix_flakes_with_NixOS)
Add bRAC repository to inputs:
```nix
{
inputs.bRAC.url = "github:MeexReay/bRAC"
}
```
Then add the package to nixos/home-manager config like this:
```nix
{ inputs, ... }
{
environment.systemPackages = [
inputs.bRAC.packages.x86-64_linux.default
];
}
```
Example of the installation: [my dotfiles commit](https://git.meex.lol/MeexReay/dotfiles-nix/commit/ea4c8f18a54da8ae2d260bc714873a877f8e79e0)
## chat commands