updated changelog and added some cool easter eggs

This commit is contained in:
Tyler Kelley 2024-06-17 18:42:53 -05:00
parent 760510cc3c
commit 23662bf5d8
3 changed files with 3 additions and 1 deletions

View File

@ -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. - Fastfetch is now replacing neofetch.
- Btop is back baby! - Btop is back baby!
- Switching to Brave as the default to protect user privacy. - Switching to Brave as the default to protect user privacy.
- Replaced lsd with eza for a better looking experience.

View File

@ -252,6 +252,8 @@
libnotify libnotify
v4l-utils v4l-utils
ydotool ydotool
duf
ncdu
wl-clipboard wl-clipboard
pciutils pciutils
ffmpeg ffmpeg

View File

@ -149,7 +149,6 @@ in
btop = { btop = {
enable = true; enable = true;
settings = { settings = {
color_theme = "TTY";
vim_keys = true; vim_keys = true;
}; };
}; };