immich
Some checks failed
/ lint (push) Failing after 38s

This commit is contained in:
Jana Dönszelmann 2026-01-24 11:59:38 +01:00
parent 74a6785eb0
commit e3f3e75285
No known key found for this signature in database
5 changed files with 117 additions and 7 deletions

View file

@ -35,6 +35,15 @@
};
};
custom.program.cli-packages = {
requirements = [ "cli" ];
home-config = _: {
home.packages = with pkgs; [
sops
];
};
};
custom.program.homedirs = {
home-config =
{ config, ... }: