From 8d6cfa9583bd59e7cea63927b882539f3b200953 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 7 Aug 2022 23:56:23 +0200 Subject: [PATCH] comment --- home/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/home.nix b/home/home.nix index 1529aec0..f97da773 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1,6 +1,8 @@ # This is your home-manager configuration file # Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix) +# The nixosConfig allows to access the toplevel system configuration from within home manager +# https://github.com/nix-community/home-manager/blob/586ac1fd58d2de10b926ce3d544b3179891e58cb/nixos/default.nix#L19 { inputs, lib, config, nixosConfig, pkgs, ... }: rec {