From 2cddd35c235ef1a941c067c34753137e611aba94 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 6 Apr 2024 19:22:29 -0400 Subject: [PATCH] added pacages --- users/richie/systems/programs.nix | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) 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 ]; }