From 75698e050cca7083cb7a489685840484becf37e4 Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Sun, 26 Oct 2025 02:20:03 -0500 Subject: [PATCH] Add some extra packages --- nixos/features/tui-apps.nix | 2 +- systems/ll-latitude-e5591/home.nix | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/nixos/features/tui-apps.nix b/nixos/features/tui-apps.nix index e2e882f..98bd770 100644 --- a/nixos/features/tui-apps.nix +++ b/nixos/features/tui-apps.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ # Basic Utilities - bc pv killall zip unzip unrar-wrapper unar units + bc pv killall zip unzip unrar-wrapper unar units wget curl # System Monitoring / TUI QoL Tools btop iotop tmux byobu diff --git a/systems/ll-latitude-e5591/home.nix b/systems/ll-latitude-e5591/home.nix index 9cb7758..b4d0930 100644 --- a/systems/ll-latitude-e5591/home.nix +++ b/systems/ll-latitude-e5591/home.nix @@ -1,8 +1,11 @@ { pkgs, ... }: { home.stateVersion = "24.11"; - - imports = [ - ../../home-manager/programs/thunderbird.nix + home.packages = with pkgs; [ + #ventoy + yt-dlp + arduino + distrobox + prismlauncher ]; xsession.windowManager.i3.extraConfig = ''