Reorderd
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user