nixfiles/home/backup-apps.nix

2 lines
67 B
Nix
Raw Normal View History

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