diff --git a/hm_modules/__basic.nix b/hm_modules/__basic.nix index 399a5b5..6b0ab0c 100644 --- a/hm_modules/__basic.nix +++ b/hm_modules/__basic.nix @@ -17,6 +17,7 @@ # ./broot.nix ./dircolors.nix ./direnv.nix + ./exa.nix ./fzf.nix ./git.nix ./gpg.nix diff --git a/hm_modules/exa.nix b/hm_modules/exa.nix new file mode 100644 index 0000000..d756f60 --- /dev/null +++ b/hm_modules/exa.nix @@ -0,0 +1,7 @@ +{ + programs.exa = { + enable = true; + enableAliases = true; + }; +} + diff --git a/odin/hm.nix b/odin/hm.nix index 7531b61..07de3d7 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -88,7 +88,6 @@ ../hm_modules/kitty.nix ../hm_modules/lf.nix ../hm_modules/libinput-gestures.nix - ../hm_modules/lsd.nix ../hm_modules/mangohud.nix ../hm_modules/megasync.nix ../hm_modules/mpv.nix diff --git a/thor/hm.nix b/thor/hm.nix index 30c694d..c723102 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -76,7 +76,6 @@ # ../hm_modules/keepassxc.nix ../hm_modules/kitty.nix ../hm_modules/lf.nix - ../hm_modules/lsd.nix ../hm_modules/mangohud.nix ../hm_modules/megasync.nix ../hm_modules/mpv.nix