exa: add module

Exa is a 'ls' alternative with more sane colorscheme than lsd on white
backgrounds.
This commit is contained in:
Christian Gram Kalhauge 2021-04-09 16:08:06 +02:00 committed by Robert Helgesson
parent 073710d7f2
commit 7cf69a3b8d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
5 changed files with 55 additions and 0 deletions

View file

@ -1863,6 +1863,7 @@ in
lists to polybar-style 'foo-0, foo-1, ...' lists.
'';
}
{
time = "2021-02-25T22:36:43+00:00";
condition = config.programs.git.enable && any (msmtp: msmtp.enable)
@ -1873,6 +1874,7 @@ in
'accounts.email.accounts.<name>.msmtp.enable' is true.
'';
}
{
time = "2021-03-03T22:16:05+00:00";
message = ''
@ -1880,6 +1882,7 @@ in
https://no-color.org/.
'';
}
{
time = "2021-03-29T21:05:50+00:00";
message = ''
@ -1887,6 +1890,13 @@ in
applied after 'programs.dircolors.settings'.
'';
}
{
time = "2021-04-11T20:44:54+00:00";
message = ''
A new module is available: 'programs.exa'.
'';
}
];
};
}