configuration.nix/modules/packages/default.nix
2023-11-19 21:03:14 +02:00

47 lines
620 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
scripts
# wayland/sway stuff
bemenu
wl-clipboard
wayland
xwayland
mako
grim
slurp
# programs
brave
firefox-devedition-bin
tor-browser-bundle-bin
libreoffice-qt
gimp
mpv
imv
gnome.cheese
pavucontrol
libsForQt5.kdenlive
glaxnimate
# cli utils
ripgrep
bat
bottom
procs
lolcat
shell_gpt
mupdf
gopass
transmission
yewtube
ffmpeg
# AI
ollama
# misc
piper
xdg-utils
xdg-user-dirs
woeusb
# games
minetest
];
}