Nix Home manager configuration for my MacBook
Go to file
Abhinav Sarkar 336545a3f8 Adds scripts and README 2022-09-27 21:31:14 +05:30
bin Adds scripts and README 2022-09-27 21:31:14 +05:30
packages Splits into separate modules 2022-09-27 13:08:52 +05:30
programs Adds git 2022-09-27 19:34:17 +05:30
.gitignore Splits into separate modules 2022-09-27 13:08:52 +05:30
README.md Adds scripts and README 2022-09-27 21:31:14 +05:30
home.nix Adds some programs 2022-09-27 17:58:53 +05:30
launchd.nix Splits into separate modules 2022-09-27 13:08:52 +05:30
nix.nix Splits into separate modules 2022-09-27 13:08:52 +05:30

README.md

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:

bin/install

To update installed packages, run:

bin/update

To cleanup garbage, run:

bin/cleanup