From aaf53995deda8673c99368926959dbc43dab668a Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Fri, 17 May 2024 02:44:32 -0500 Subject: [PATCH] removed btop and added a couple programs --- hosts/familypc/config.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/familypc/config.nix b/hosts/familypc/config.nix index 7a5f09c..e6647f9 100644 --- a/hosts/familypc/config.nix +++ b/hosts/familypc/config.nix @@ -119,9 +119,9 @@ in lolcat neofetch htop - btop libvirt lxqt.lxqt-policykit + mangohud lm_sensors unzip unrar @@ -130,6 +130,8 @@ in v4l-utils ydotool wl-clipboard + lm_sensors + pciutils socat cowsay ripgrep @@ -199,6 +201,10 @@ in variant = ""; }; }; + smartd = { + enable = true; + autodetect = true; + }; libinput.enable = true; openssh.enable = true; flatpak.enable = false;