2024-03-30 16:11:12 -04:00

8 lines
92 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
btrbk
];
}