This commit is contained in:
2026-02-11 22:44:15 +01:00
parent e80d6b06c0
commit 521610f044
4 changed files with 75 additions and 48 deletions

View File

@@ -1,4 +1,5 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
home = {
packages = with pkgs; [
# dev tools
@@ -8,21 +9,17 @@
htop
tree
ripgrep
gh # Move to git
zoxide # Move to fish
unrar
# programming languages
#mise # node, deno, bun, rust, python, etc.
# PDF Tools
pandoc
texlive.combined.scheme-full
wkhtmltopdf
# PDF Tools
#pandoc
#texlive.combined.scheme-full
#wkhtmltopdf
# misc
nil # move to nixvim
biome # move to nixvim
yt-dlp
ffmpeg
];