nixos-config/modules/home/package/default.nix
2024-01-13 14:35:42 +01:00

51 lines
1.8 KiB
Nix

{ inputs, pkgs, ... }:
{
home.packages = (with pkgs; [
aichat # Chat with gpt-3.5/chatgpt in terminal.
bitwise # cli tool for bit / hex manipulation
# discord
eza # ls replacement
entr # perform action when file change
file # Show file information
fzf # fuzzy finder
go
lazygit
libreoffice
nitch # systhem fetch util
nix-prefetch-github
prismlauncher # minecraft launcher
ripgrep # grep replacement
rnix-lsp
soundwireserver # pass audio to android phone
spotify
todo # cli todo list
toipe # typing test in the terminal
cinnamon.nemo-with-extensions # file manager
yazi # terminal file manager
youtube-dl
gnome.zenity
# C / C++
gcc
gnumake
bleachbit # cache cleaner
gparted # partition manager
ffmpeg
imv # image viewer
libnotify
man-pages # extra man pages
mpv # video player
ncdu # disk space
openssl
pamixer # pulseaudio command line mixer
pavucontrol # pulseaudio volume controle (GUI)
playerctl # controller for media players
qalculate-gtk # calculator
unzip
wget
xdg-utils
inputs.alejandra.defaultPackage.${system}
]);
}