nix-managed-macbook/README.md

27 lines
455 B
Markdown
Raw Normal View History

2022-09-27 21:31:14 +05:30
# Nix + Home Manager based MacBook configuration
This is the [Nix] and [Home Manager] configuration for managing my MacBook.
## Usage
First install [Nix]. To install `home-manager` and set up the MacBook as per the config, run:
```bash
bin/install
```
To update installed packages, run:
```bash
bin/update
```
To cleanup garbage, run:
```bash
bin/cleanup
```
[Nix]: https://nixos.org
[Home Manager]: https://github.com/nix-community/home-manager