Nix Home manager configuration for my MacBook
Go to file
Abhinav Sarkar ba4b65f56b Adds roc-lang vscode extension 2024-04-22 19:42:58 +05:30
packages Fixes NIX_PATH 2024-04-01 23:33:42 +05:30
programs Adds roc-lang vscode extension 2024-04-22 19:42:58 +05:30
scripts Fixes reporting package changes 2024-02-06 22:04:23 +05:30
.envrc Flakyfies and removes program updater service 2022-10-01 12:13:38 +05:30
.gitignore Splits into separate modules 2022-09-27 13:08:52 +05:30
README.md Adds Homebrew support and packages 2024-01-31 16:00:03 +05:30
configuration.nix Formats files 2024-01-31 19:23:23 +05:30
flake.lock flake.lock: Update 2024-04-12 11:04:59 +05:30
flake.nix Formats files 2024-01-31 19:23:23 +05:30
home.nix Fixes NIX_PATH 2024-04-01 23:33:42 +05:30
homebrew.nix Adds last.fm app 2024-04-02 10:56:14 +05:30
justfile Fixes reporting package changes 2024-02-06 22:04:23 +05:30
launchd.nix Flakyfies and removes program updater service 2022-10-01 12:13:38 +05:30
nix.nix Fixes NIX_PATH 2024-04-01 23:33:42 +05:30
shell.nix Flakyfies and removes program updater service 2022-10-01 12:13:38 +05:30
system.nix Fixes NIX_PATH 2024-04-01 23:33:42 +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 and Homebrew. Then, in the repo directory, run nix develop to get into the Nix shell.

To set up the MacBook as per the config, run:

just switch

To update installed packages, run:

just update

To clean up garbage, run:

just clean

If you have just installed, you can also run these commands from any other directory, without starting Nix shell:

just <repo_dir>/switch # or update or clean