wired: use wired-notify's default hm module

This commit is contained in:
Primrose 2024-12-15 21:31:46 +01:00
parent 93f99a47f7
commit a6bdad5d51
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 18 additions and 24 deletions

View file

@ -1,13 +1,27 @@
{
self,
inputs,
lib,
modulesFromDir,
...
}:
let
common = modulesFromDir ./common;
common =
lib.mergeAttrsWithFunc
(x: y: {
imports = [
x
y
];
})
(modulesFromDir ./common)
{
wired = inputs.wired-notify.homeManagerModules.default;
};
extra = modulesFromDir ./extra;
named = lib.mapAttrs' (name: path: {
name = "named-" + name;
value.imports = [