feat: adds packages

This commit is contained in:
Ahwx 2024-09-25 14:09:25 +02:00
parent 10ec76b7c5
commit 5ddd354169

View file

@ -1,6 +1,17 @@
{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
# wikit # Wikipedia summaries from the terminal, not added to Nix yet
# reader # Firefox reader mode but in the terminal, not added to Nix yet
vimv # edit filenames in batch with $EDITOR
pastel # generate, analyze, convert and manipulate colors
glow # Render Markdown from the terminal
htmlq # jq but for HTML
lemmeknow # Identify anything
android-tools # ADB/Fastboot
eva # Calculator
tofi # drun type launcher
# termpdfpy # Read PDFs from the terminal, errors out for now
anki-bin # Learn languages
vimv # Bulk rename
audacity # Record audio stuff
@ -11,6 +22,12 @@
translate-shell # Google Translate but in the CLI
wireguard-tools # VPN connections
openresolv # required for wireguard-tools
prusa-slicer
blender
progress
epy
zip
ripdrag
pwgen
jq
tmux
@ -37,6 +54,7 @@
spotify
thunderbird
neofetch
nodejs_22
yarn
# C / C++
@ -65,4 +83,8 @@
inputs.alejandra.defaultPackage.${system}
inputs.nixvim.packages.${pkgs.system}.default
];
# environment.systemPackages = with pkgs; [
# nodePackages.
# ]
}