config/modules/shared/extras.nix

12 lines
124 B
Nix
Raw Normal View History

2025-04-18 15:55:34 -07:00
{
pkgs,
config,
inputs,
...
}: {
networking = {
};
2025-04-19 10:06:25 -07:00
inputs.programs.nix-index-database.comma.enable = true;
2025-04-18 15:55:34 -07:00
}