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

View file

@ -3,8 +3,6 @@
enable = true;
enableVteIntegration = true;
shellAliases = {
"ll" = "ls -l";
"la" = "ls -la";
".." = "cd ..";
};

6
hm_modules/lsd.nix Normal file
View file

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

View file

@ -130,6 +130,7 @@
../hm_modules/kitty.nix
../hm_modules/kubernetes-admin.nix
../hm_modules/libinput-gestures.nix
../hm_modules/lsd.nix
../hm_modules/mangohud.nix
../hm_modules/megasync.nix
../hm_modules/mpv.nix

View file

@ -111,6 +111,7 @@
# ../hm_modules/keepassxc.nix
../hm_modules/kitty.nix
../hm_modules/kubernetes-admin.nix
../hm_modules/lsd.nix
../hm_modules/mangohud.nix
../hm_modules/megasync.nix
../hm_modules/mpv.nix