diff --git a/modules/home/packages.nix b/modules/home/packages.nix index 4c64f9f..e12b5fe 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -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. + # ] }