Expose extraInfo to home-manager

This commit is contained in:
Quentin Boyer 2023-03-26 19:30:25 +02:00
parent 2cc08d39db
commit dfc35d2890
2 changed files with 4 additions and 1 deletions

View file

@ -90,7 +90,7 @@
hmModules = {
minimal = import ./minimal/hm.nix {
inherit inputs;
inherit inputs extraInfo;
flake = self;
};
personal-cli = import ./personal-cli/hm.nix;
@ -197,6 +197,7 @@
commonHmModules
++ [
./hostconfig/ZeNixComputa/hm.nix
./hostconfig/ZeNixComputa/extra_info.nix
self.hmModules.personal-cli
self.hmModules.personal-gui
self.hmModules.gaming

View file

@ -1,6 +1,7 @@
{
inputs,
flake,
extraInfo,
}: {
pkgs,
lib,
@ -14,6 +15,7 @@
imports = [
inputs.nix-index-database.hmModules.nix-index
extraInfo
];
config = {