Add lsd support

This commit is contained in:
Filippo Berto 2022-11-27 12:01:39 +01:00
parent 5a3202130c
commit 3f062b7a58
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 8 additions and 2 deletions

6
hm_modules/lsd.nix Normal file
View file

@ -0,0 +1,6 @@
{
programs.lsd = {
enable = true;
enableAliases = true;
};
}