mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
6 lines
89 B
Nix
6 lines
89 B
Nix
{config, pkgs, ...}:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
archivebox
|
|
];
|
|
}
|