An open API service indexing awesome lists of open source software.

https://github.com/kogakure/nix-darwin-home-manager-tutorial

Setting up an example flake using Nix, nix-darwin, and home-manager
https://github.com/kogakure/nix-darwin-home-manager-tutorial

home-manager nix nix-darwin tutorial

Last synced: 8 months ago
JSON representation

Setting up an example flake using Nix, nix-darwin, and home-manager

Awesome Lists containing this project

README

          

# Nix Install and Setup on MacOS

This is following the tutorial [Walkthrough of Nix Install and Setup on MacOS](https://www.youtube.com/watch?v=LE5JR4JcvMg).

```sh
nix build .#darwinConfigurations.mac-mini.system

# Activate configuration (first time)
nix run nix-darwin -- switch --flake .

# Apply changes after first install
darwin-rebuild switch --flake .
```