Init
This commit is contained in:
31
home/packages.nix
Normal file
31
home/packages.nix
Normal file
@@ -0,0 +1,31 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# dev tools
|
||||
curl
|
||||
wget
|
||||
vim
|
||||
htop
|
||||
tree
|
||||
ripgrep
|
||||
gh # Move to git
|
||||
zoxide # Move to fish
|
||||
|
||||
# programming languages
|
||||
#mise # node, deno, bun, rust, python, etc.
|
||||
|
||||
# misc
|
||||
nil # move to nixvim
|
||||
biome # move to nixvim
|
||||
nixfmt-rfc-style # move to nixvim
|
||||
yt-dlp
|
||||
ffmpeg
|
||||
ollama # move to nixvim
|
||||
|
||||
# fonts
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user