nix-config/home-modules/packages.nix
2026-05-04 15:20:44 -07:00

85 lines
1.2 KiB
HolyC

{
inputs,
pkgs,
homeLib,
...
}:
{
home.packages = with pkgs; [
bat
bun
claude-code
codex
ffmpeg-full
homeLib.wrappedOpencode
inputs.t3code.packages.${pkgs.stdenv.hostPlatform.system}.t3code-nightly
skills
homeLib.zellijNewTabZoxide
homeLib.zellijSyncTabName
fd
btop
fastfetch
gh
hyfetch
jq
mkp224o
nixfmt
difftastic
ripgrep
tea
trash-cli
tree
unzip
rust-analyzer
typescript-language-server
nil
element-desktop
file-roller
font-manager
foliate
gimp3
google-chrome
handbrake
inkscape
kdePackages.kdenlive
libreoffice
logseq
obs-studio
pavucontrol
prismlauncher
qpwgraph
qbittorrent-enhanced
signal-desktop
slack
tor-browser
vesktop
vlc
zulip
linphone
lmstudio
homeLib.betterbird
blueman
brightnessctl
cliphist
fuzzel
grim
mako
nautilus
networkmanagerapplet
nwg-displays
playerctl
polkit_gnome
slurp
swaybg
swayidle
swaylock
waybar
wl-clipboard
xdg-utils
nerd-fonts.commit-mono
];
}