diff --git a/users/richie/systems/programs.nix b/users/richie/systems/programs.nix
index 380a52f..700b942 100644
--- a/users/richie/systems/programs.nix
+++ b/users/richie/systems/programs.nix
@@ -6,12 +6,35 @@
 }:
 {
   environment.systemPackages = with pkgs; [
+    bat
+    beeper
+    btop
     candy-icons
     discord-canary
-    sweet-nova
-    vscode
-    yubioath-flutter
-    beeper
     git
+    htop
+    hwloc
+    iperf3
+    lynis
+    ncdu
+    neofetch
+    nix-init
+    nix-output-monitor
+    nix-prefetch
+    nix-tree
+    nixpkgs-fmt
+    nmap
+    pciutils
+    python3
+    ripgrep
+    smartmontools
+    starship
+    sweet-nova
+    usbutils
+    vscode
+    wget
+    yubioath-flutter
+    zoxide
+    zsh-nix-shell
   ];
 }