dotfiles/templates/website/parts/config/packages.nix

5 lines
63 B
Nix
Raw Permalink Normal View History

2025-06-22 18:31:52 -05:00
{ self, ... }:
{
packages.default = self.packages.example;
}