feat: use home manager to install insed of home.packages

This commit is contained in:
CronyAkatsuki 2025-10-24 18:15:27 +02:00
parent 42a35c9cf0
commit 96d7683ff2
4 changed files with 12 additions and 11 deletions

View file

@ -36,11 +36,6 @@ in {
};
config = lib.mkIf config.crony.restic.enable {
# Install restic package
home.packages = with pkgs; [
restic
];
# Restic home manager service
services.restic = {
enable = true;