nixfiles/home/backup-apps.nix

5 lines
72 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [
gitlab_archiver
];
}