mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
vanadium: move user agenix to home-manager
This commit is contained in:
parent
232340d1a1
commit
246eceb184
4 changed files with 14 additions and 28 deletions
|
|
@ -8,15 +8,10 @@
|
|||
inherit (inputs.nixpkgs) lib;
|
||||
|
||||
common =
|
||||
mergeAttrsWith
|
||||
(x: y: {
|
||||
imports = [
|
||||
x
|
||||
y
|
||||
];
|
||||
})
|
||||
mergeAttrsWith (x: y: {imports = [x y];})
|
||||
(modulesFromDir ./common)
|
||||
{
|
||||
agenix = inputs.agenix.homeManagerModules.default;
|
||||
wired = inputs.wired-notify.homeManagerModules.default;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue