Add btrbk for backups

This commit is contained in:
Sravan Balaji
2024-03-30 08:26:27 -04:00
parent 2e87b2ecad
commit 80473968ae
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
btrbk
];
}

View File

@@ -6,5 +6,6 @@
./gnome-keyring.nix
./miscellaneous.nix
./gaming.nix
./backups.nix
];
}