feat: add comments

This commit is contained in:
Ryan Yin
2023-06-17 22:53:09 +08:00
parent ef3c903582
commit 530f8498a1
7 changed files with 49 additions and 13 deletions

View File

@@ -1,7 +1,16 @@
# all the configuration options are documented here:
# https://daiderd.com/nix-darwin/manual/index.html#sec-options
{ pkgs, ... }:
{
###################################################################################
#
# Core configuration for nix-darwin
#
# All the configuration options are documented here:
# https://daiderd.com/nix-darwin/manual/index.html#sec-options
#
###################################################################################
# # enable flakes globally
nix.settings.experimental-features = [ "nix-command" "flakes" ];