From 487484e1875699cfece36cb824a55f055b80ea58 Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 1 Jan 2025 11:21:03 +0100 Subject: [PATCH] home-manager extraSpecialArgs added --- tsunemori/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tsunemori/configuration.nix b/tsunemori/configuration.nix index b581bf4..6a8a414 100644 --- a/tsunemori/configuration.nix +++ b/tsunemori/configuration.nix @@ -1,4 +1,10 @@ -{pkgs, ...}: { +{ + inputs, + pkgs, + pkgs-stable, + userSettings, + ... +}: { nix.extraOptions = '' experimental-features = nix-command flakes ''; @@ -7,6 +13,8 @@ config = ./home.nix; backupFileExtension = "hm-bak"; useGlobalPkgs = true; + + extraSpecialArgs = {inherit inputs pkgs pkgs-stable userSettings;}; }; # Simply install just the packages