Switch from lsd to exa and move to basics
This commit is contained in:
parent
a02b3be1ba
commit
d5acd471e7
4 changed files with 8 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
# ./broot.nix
|
# ./broot.nix
|
||||||
./dircolors.nix
|
./dircolors.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
|
./exa.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./gpg.nix
|
./gpg.nix
|
||||||
|
|
|
||||||
7
hm_modules/exa.nix
Normal file
7
hm_modules/exa.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
programs.exa = {
|
||||||
|
enable = true;
|
||||||
|
enableAliases = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -88,7 +88,6 @@
|
||||||
../hm_modules/kitty.nix
|
../hm_modules/kitty.nix
|
||||||
../hm_modules/lf.nix
|
../hm_modules/lf.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
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,6 @@
|
||||||
# ../hm_modules/keepassxc.nix
|
# ../hm_modules/keepassxc.nix
|
||||||
../hm_modules/kitty.nix
|
../hm_modules/kitty.nix
|
||||||
../hm_modules/lf.nix
|
../hm_modules/lf.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