mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds packages
This commit is contained in:
parent
10ec76b7c5
commit
5ddd354169
1 changed files with 22 additions and 0 deletions
|
|
@ -1,6 +1,17 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with 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
|
anki-bin # Learn languages
|
||||||
vimv # Bulk rename
|
vimv # Bulk rename
|
||||||
audacity # Record audio stuff
|
audacity # Record audio stuff
|
||||||
|
|
@ -11,6 +22,12 @@
|
||||||
translate-shell # Google Translate but in the CLI
|
translate-shell # Google Translate but in the CLI
|
||||||
wireguard-tools # VPN connections
|
wireguard-tools # VPN connections
|
||||||
openresolv # required for wireguard-tools
|
openresolv # required for wireguard-tools
|
||||||
|
prusa-slicer
|
||||||
|
blender
|
||||||
|
progress
|
||||||
|
epy
|
||||||
|
zip
|
||||||
|
ripdrag
|
||||||
pwgen
|
pwgen
|
||||||
jq
|
jq
|
||||||
tmux
|
tmux
|
||||||
|
|
@ -37,6 +54,7 @@
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
neofetch
|
neofetch
|
||||||
|
nodejs_22
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
# C / C++
|
# C / C++
|
||||||
|
|
@ -65,4 +83,8 @@
|
||||||
inputs.alejandra.defaultPackage.${system}
|
inputs.alejandra.defaultPackage.${system}
|
||||||
inputs.nixvim.packages.${pkgs.system}.default
|
inputs.nixvim.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# environment.systemPackages = with pkgs; [
|
||||||
|
# nodePackages.
|
||||||
|
# ]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue