vanadium: move user agenix to home-manager

This commit is contained in:
Primrose 2025-03-14 16:33:22 +01:00
parent 232340d1a1
commit 246eceb184
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 14 additions and 28 deletions

View file

@ -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;
};