Make home-manager config for ll-latitude-e5591 build again

This commit is contained in:
Lauren Lagarde 2025-06-23 22:26:22 -05:00
parent 478d31081a
commit 83a6b1c73c
78 changed files with 236 additions and 426 deletions

View file

@ -0,0 +1,31 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
# Basic Utilities
bc pv killall zip unzip unrar-wrapper unar units
# System Monitoring / TUI QoL Tools
btop iotop tmux byobu
# Security / Cryptography
(pass.withExtensions (ext: with ext; [ pass-otp pass-update ]))
ssss gnupg pwgen qrencode diceware
# Applications
vim_configurable
# File Management
git ffmpeg restic rclone imagemagick
# File Systems
nfs-utils cifs-utils exfatprogs
# Networking Utilities
dig tinc_pre traceroute wireguard-tools iperf3
# NixOS Helpers
nixos-generators nix-index nix-search-cli
# Hardware Utilities
usbutils pciutils
];
}