From d5acd471e715ce6c320a5929bf6c1d20c0912c23 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 25 Feb 2023 20:06:45 +0100 Subject: [PATCH] Switch from lsd to exa and move to basics --- hm_modules/__basic.nix | 1 + hm_modules/exa.nix | 7 +++++++ odin/hm.nix | 1 - thor/hm.nix | 1 - 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 hm_modules/exa.nix 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