diff --git a/CHANGELOG.md b/CHANGELOG.md index 32db40a..5d5052d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,3 +42,4 @@ This release has a big theming change as well as including the move back to rofi - Fastfetch is now replacing neofetch. - Btop is back baby! - Switching to Brave as the default to protect user privacy. +- Replaced lsd with eza for a better looking experience. diff --git a/hosts/default/config.nix b/hosts/default/config.nix index 6181334..4a786a1 100644 --- a/hosts/default/config.nix +++ b/hosts/default/config.nix @@ -252,6 +252,8 @@ libnotify v4l-utils ydotool + duf + ncdu wl-clipboard pciutils ffmpeg diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 39d71ec..8a4c67a 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -149,7 +149,6 @@ in btop = { enable = true; settings = { - color_theme = "TTY"; vim_keys = true; }; };