Init
This commit is contained in:
27
home/packages.nix
Normal file
27
home/packages.nix
Normal file
@@ -0,0 +1,27 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# dev tools
|
||||
curl
|
||||
wget
|
||||
vim
|
||||
htop
|
||||
tree
|
||||
ripgrep
|
||||
unrar
|
||||
|
||||
# programming languages
|
||||
#mise # node, deno, bun, rust, python, etc.
|
||||
|
||||
# PDF Tools
|
||||
#pandoc
|
||||
#texlive.combined.scheme-full
|
||||
#wkhtmltopdf
|
||||
|
||||
# misc
|
||||
yt-dlp
|
||||
ffmpeg
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user