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
- Host: GitHub
- URL: https://github.com/kogakure/nix-darwin-home-manager-tutorial
- Owner: kogakure
- Created: 2024-06-23T10:26:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T11:28:31.000Z (about 2 years ago)
- Last Synced: 2024-12-28T06:25:18.347Z (over 1 year ago)
- Topics: home-manager, nix, nix-darwin, tutorial
- Language: Nix
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```