home-manager extraSpecialArgs added
This commit is contained in:
parent
29158ae47c
commit
487484e187
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user