5 lines
72 B
Nix
5 lines
72 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
gitlab_archiver
|
|
];
|
|
} |