2025-03-04 20:05:01 -05:00
2025-03-04 20:05:01 -05:00

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
Description
My own nix config to setup my Mac
Readme 74 KiB
Languages
Nix 100%