mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
wired: use wired-notify's default hm module
This commit is contained in:
parent
93f99a47f7
commit
a6bdad5d51
3 changed files with 18 additions and 24 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue