From 23662bf5d85cc70212158629803a249f548fe733 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 17 Jun 2024 18:42:53 -0500 Subject: [PATCH] updated changelog and added some cool easter eggs --- CHANGELOG.md | 1 + hosts/default/config.nix | 2 ++ hosts/default/home.nix | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) 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; }; };