mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
1e7e8ac75d
Add missing `tag` option for elements of `programs.pet.snippets`.
5 lines
133 B
TOML
5 lines
133 B
TOML
[[snippets]]
|
|
command = "git log -p -G <regex>"
|
|
description = "git: search full history for regex"
|
|
output = ""
|
|
tag = ["git", "regex"]
|