Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 882 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 882 Bytes

System Configurations via Nix

This repository contains my system configurations based on Nix. Originally my intention was to configure NixOS, I still haven't got to it and currently this repository only provides configurations for macOS (Darwin).

Setup macOS (Darwin)

If you are interested in setting up macOS via Nix feel free to use this repository but keep in mind that it highly specific to my setup and may not perfectly suit your needs.

  1. Install Nix with some Nix installer (nix-installer, Determinate Nix Installer, etc.) to get nix CLI with Flake support.
  2. Clone this repository
  3. Run nix run --exeprimental-features "nix-command flakes" shell nixpkgs#git to ensure that you have Git
  4. Run nix run nix-darwin -- switch --flake . to build and switch to the configuration