Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
lib,
config,
pkgs,
...
}:
let
psCfg = config.pub-solar;
in {
home-manager.users."${psCfg.user.name}" = {
systemd.user.services.nextcloud-client = import ./nextcloud.service.nix pkgs;
};
}