feat: migrate fd and btop to home-manager

This commit is contained in:
Youwen Wu 2024-07-30 15:34:38 -07:00
parent 2a233ea74d
commit 264cddd953
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -45,8 +45,6 @@
# system tools
pciutils # lspci
usbutils # lsusb
btop # replacement of htop/nmon
fd # replacement for find
# desktop utils
wl-clipboard
@ -261,6 +259,17 @@
];
};
programs.fd.enable = true;
programs.btop = {
enable = true;
settings = {
color_theme = "tokyo-night";
vim_keys = true;
theme_background = false;
};
};
programs.eza = {
enable = true;
enableFishIntegration = true;