nixfiles/home/apps/restic.nix

2 lines
66 B
Nix
Raw Normal View History

2022-08-12 17:06:50 +01:00
{ config, pkgs, ... }: { home.packages = with pkgs; [ restic ]; }