mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-06-08 20:56:06 -07:00
7 lines
131 B
Nix
7 lines
131 B
Nix
{ config, pkgs, user, lib, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
restic # Fast and secure backup program
|
|
];
|
|
}
|