nix-config/README.md

500 B

Nix configuration

This is my personal Nix configuration. It is a work in progress and is subject to change.

How to install

  1. Install nix
sh <(curl -L https://nixos.org/nix/install)
  1. Clone this repository
git clone https://gitea.louisgallet.fr/lgallet/nix-config.git ~/.config/nix
  1. Install the configuration
darwin-rebuild switch --flake ~/.config/nix#MBP-Louis

How to update

git pull
darwin-rebuild switch --flake ~/.config/nix#MBP-Louis