weird@sub.wetshaving.social to linuxmemes@lemmy.world · 3 days agoThat is the waysub.wetshaving.socialimagemessage-square146fedilinkarrow-up1912arrow-down116
arrow-up1896arrow-down1imageThat is the waysub.wetshaving.socialweird@sub.wetshaving.social to linuxmemes@lemmy.world · 3 days agomessage-square146fedilink
minus-squarezqwzzle@lemmy.calinkfedilinkEnglisharrow-up3arrow-down1·2 days agoI don’t think there’s anything too unusual but here’s my nix packages { pkgs }: with pkgs; [ # General packages for development copier # Project scaffolding and templating fastlane jujutsu just # Project specific command runner mise # Tool version manager ngrok # Public tunnel ngrok.com sqlite pre-commit trufflehog # Scan for secrets in code repositories # Encryption and security tools age age-plugin-yubikey gnupg libfido2 # Container tools and SDKs colima podman podman-compose # Media-related packages dejavu_fonts ffmpeg hack-font noto-fonts noto-fonts-emoji meslo-lgs-nf yt-dlp # Text and terminal utilities bat btop # resource monitor #chezmoi # manage dotfiles; to try coreutils # GNU system tools curl delta exiftool f3 # flash drive verification tool fd # alternate find command fzf htop iftop jq # command line JSON tool # openssh ripgrep s3cmd shellcheck # static analysis for shell scripts tree tmux unison unrar unzip wget zip zoxide # fish specific fishPlugins.foreign-env fishPlugins.forgit fishPlugins.fzf-fish fishPlugins.tide fishPlugins.z # Python packages python3 virtualenv ]
I don’t think there’s anything too unusual but here’s my nix packages
{ pkgs }: with pkgs; [ # General packages for development copier # Project scaffolding and templating fastlane jujutsu just # Project specific command runner mise # Tool version manager ngrok # Public tunnel ngrok.com sqlite pre-commit trufflehog # Scan for secrets in code repositories # Encryption and security tools age age-plugin-yubikey gnupg libfido2 # Container tools and SDKs colima podman podman-compose # Media-related packages dejavu_fonts ffmpeg hack-font noto-fonts noto-fonts-emoji meslo-lgs-nf yt-dlp # Text and terminal utilities bat btop # resource monitor #chezmoi # manage dotfiles; to try coreutils # GNU system tools curl delta exiftool f3 # flash drive verification tool fd # alternate find command fzf htop iftop jq # command line JSON tool # openssh ripgrep s3cmd shellcheck # static analysis for shell scripts tree tmux unison unrar unzip wget zip zoxide # fish specific fishPlugins.foreign-env fishPlugins.forgit fishPlugins.fzf-fish fishPlugins.tide fishPlugins.z # Python packages python3 virtualenv ]