Add lsd support
This commit is contained in:
parent
5a3202130c
commit
3f062b7a58
4 changed files with 8 additions and 2 deletions
|
|
@ -3,8 +3,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
"ll" = "ls -l";
|
|
||||||
"la" = "ls -la";
|
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
6
hm_modules/lsd.nix
Normal file
6
hm_modules/lsd.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
programs.lsd = {
|
||||||
|
enable = true;
|
||||||
|
enableAliases = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -130,6 +130,7 @@
|
||||||
../hm_modules/kitty.nix
|
../hm_modules/kitty.nix
|
||||||
../hm_modules/kubernetes-admin.nix
|
../hm_modules/kubernetes-admin.nix
|
||||||
../hm_modules/libinput-gestures.nix
|
../hm_modules/libinput-gestures.nix
|
||||||
|
../hm_modules/lsd.nix
|
||||||
../hm_modules/mangohud.nix
|
../hm_modules/mangohud.nix
|
||||||
../hm_modules/megasync.nix
|
../hm_modules/megasync.nix
|
||||||
../hm_modules/mpv.nix
|
../hm_modules/mpv.nix
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,7 @@
|
||||||
# ../hm_modules/keepassxc.nix
|
# ../hm_modules/keepassxc.nix
|
||||||
../hm_modules/kitty.nix
|
../hm_modules/kitty.nix
|
||||||
../hm_modules/kubernetes-admin.nix
|
../hm_modules/kubernetes-admin.nix
|
||||||
|
../hm_modules/lsd.nix
|
||||||
../hm_modules/mangohud.nix
|
../hm_modules/mangohud.nix
|
||||||
../hm_modules/megasync.nix
|
../hm_modules/megasync.nix
|
||||||
../hm_modules/mpv.nix
|
../hm_modules/mpv.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue