From a59ed871a6887e74b89a85ccaf2a2664827feeee Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 19 Sep 2022 16:45:56 +0200 Subject: [PATCH] Readme pluck --- README.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index a17a260..8ffd796 100644 --- a/README.org +++ b/README.org @@ -1,9 +1,12 @@ -* My macOS config +* nix-config for macOS This repo contains a declarative specification of the setup of my mac, using [[https://nixos.org/][Nix]], with [[https://github.com/LnL7/nix-darwin][nix-darwin]] and [[https://nixos.wiki/wiki/Flakes][Nix Flakes]]. The initial setup is mimicked after - [[https://github.com/shaunsingh/nix-darwin-dotfiles][shaunsingh's setup]]. [[https://brew.sh/][Homebrew]] is installed for its cask support (i.e. mac apps - lacking a Nix derivation). + [[https://github.com/shaunsingh/nix-darwin-dotfiles][shaunsingh's setup]]. [[https://brew.sh/][Homebrew]] is installed for its cask support (i.e. for mac + apps lacking a Nix derivation). + + Note that I am a complete novice in Nix, so this is not a reliable source for + nix-stuffs (copy at your own risk). * Steps to install