From de4843c5002f3f58f8bc69dd57d368324b67f4ce Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 13 Dec 2025 15:08:25 +0100 Subject: feat: automatic backups --- nixos/profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/profiles/workstation') diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index d0323f8..38b4723 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -42,6 +42,7 @@ in (callPackage "${sources.agenix}/pkgs/agenix.nix" {}) (callPackage sources.my-vdf {}) nixfmt-rfc-style + restic vim-full skim -- cgit v1.3.1