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, ... }: {
config._module.args = {
userConfig = {
inherit
hostname
username
;
} // user;
inherit
machineConfig
hostname
username
;
userConfig = user;
};
})
sops-nix.homeManagerModules.sops