move pkgs to host config

This commit is contained in:
2025-02-04 15:08:43 +01:00
parent 1e7e973472
commit c7aeaaef8d
6 changed files with 20 additions and 23 deletions

55
home/pkgs.nix Normal file
View File

@@ -0,0 +1,55 @@
{ pkgs }:
with pkgs;
[
# Base
tmux
oh-my-posh
git
git-lfs
git-crypt
bfg-repo-cleaner
gnutar
gnupg
htop
btop
rclone
rename
tmux
tree
wget
woff2
bat
rsync
#bitwarden-cli
# Dev
devenv
nixpacks
ollama
colima
lazydocker
# Editor
neovim
fzf
lazygit
lua
luajitPackages.luarocks
ast-grep
ripgrep
# Language specific
nixfmt-rfc-style
fnm
bun
deno
zig
uv
ruff
tectonic
tex-fmt
rustup
# Fonts
nerd-fonts.jetbrains-mono
]