1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 00:21:04 +01:00

vivid: add module (#7772)

This commit is contained in:
Aguirre Matteo 2025-09-04 02:50:05 +00:00 committed by GitHub
parent 6159629d05
commit b21c1a61a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 458 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
time = "2025-09-03T21:44:34+00:00";
condition = true;
message = ''
A new module is available: `programs.vivid`
Vivid is a generator for the LS_COLORS environment variable
that controls the colorized output of ls, tree, fd, bfs, dust
and many other tools.
'';
}