configuration.nix/modules/home/packages/default.nix

48 lines
638 B
Nix
Raw Normal View History

2023-11-04 12:48:07 +01:00
{ pkgs, ... }: {
2023-08-09 22:10:48 +02:00
home.packages = with pkgs; [
2023-11-04 12:48:07 +01:00
scripts
2023-08-09 23:40:02 +02:00
# wayland/sway stuff
2023-08-09 22:10:48 +02:00
bemenu
2023-08-09 23:40:02 +02:00
wl-clipboard
wayland
2023-10-17 19:55:26 +02:00
xwayland
2023-08-09 23:40:02 +02:00
mako
grim
slurp
# programs
2023-08-09 22:10:48 +02:00
brave
2023-08-09 23:40:02 +02:00
firefox-devedition-bin
tor-browser-bundle-bin
2023-09-25 19:07:15 +02:00
libreoffice-qt
2023-08-09 23:40:02 +02:00
gimp
2023-08-26 15:03:06 +02:00
mpv
2023-09-25 18:51:55 +02:00
imv
2023-09-25 19:07:15 +02:00
gnome.cheese
2023-11-19 14:48:45 +01:00
pavucontrol
2023-11-20 12:27:38 +01:00
fluent-reader
2023-11-19 20:03:14 +01:00
libsForQt5.kdenlive
glaxnimate
2023-08-09 23:40:02 +02:00
# cli utils
ripgrep
2023-11-19 14:48:45 +01:00
bat
bottom
procs
lolcat
shell_gpt
2023-08-09 23:40:02 +02:00
mupdf
2023-08-09 22:10:48 +02:00
gopass
2023-10-07 12:57:55 +02:00
transmission
2023-08-26 15:03:06 +02:00
yewtube
ffmpeg
2023-11-03 15:02:26 +01:00
# AI
ollama
2023-08-09 23:40:02 +02:00
# misc
piper
xdg-utils
2023-08-09 23:40:02 +02:00
xdg-user-dirs
2023-09-03 18:05:08 +02:00
woeusb
2023-10-16 18:59:46 +02:00
# games
minetest
2023-08-09 22:10:48 +02:00
];
}