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 = ''
|
nix.extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
@ -7,6 +13,8 @@
|
|||||||
config = ./home.nix;
|
config = ./home.nix;
|
||||||
backupFileExtension = "hm-bak";
|
backupFileExtension = "hm-bak";
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
||||||
|
extraSpecialArgs = {inherit inputs pkgs pkgs-stable userSettings;};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Simply install just the packages
|
# Simply install just the packages
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user