mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 11:20:19 +01:00
Expose extraInfo to home-manager
This commit is contained in:
parent
2cc08d39db
commit
dfc35d2890
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
flake,
|
||||
extraInfo,
|
||||
}: {
|
||||
pkgs,
|
||||
lib,
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
|
||||
imports = [
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
extraInfo
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue