nichts/hosts/tower/programs.nix

8 lines
108 B
Nix
Raw Permalink Normal View History

2025-03-02 19:35:22 +01:00
{pkgs, ...}: {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
;
};
}