Include machine config in home modules

This commit is contained in:
Manuel Thalmann 2024-05-11 01:34:36 +02:00
parent 89daa0c9ba
commit 8cd848dcf5

View file

@ -127,12 +127,13 @@
( (
{ pkgs, ... }: { { pkgs, ... }: {
config._module.args = { config._module.args = {
userConfig = { inherit
inherit machineConfig
hostname hostname
username username
; ;
} // user;
userConfig = user;
}; };
}) })
sops-nix.homeManagerModules.sops sops-nix.homeManagerModules.sops