2025-06-08 02:56:33 +03:00
|
|
|
{ pkgs, ... }: {
|
2024-10-02 22:10:08 +03:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
|
scrot
|
|
|
|
|
ffmpeg
|
|
|
|
|
yt-dlp
|
|
|
|
|
bat
|
|
|
|
|
fd
|
|
|
|
|
feh
|
|
|
|
|
imv
|
|
|
|
|
gromit-mpx
|
|
|
|
|
notify-desktop
|
2024-12-24 22:29:08 +03:00
|
|
|
rtorrent
|
2024-12-26 21:49:52 +03:00
|
|
|
gparted
|
2025-01-14 23:56:42 +03:00
|
|
|
git-lfs
|
2024-12-26 21:49:52 +03:00
|
|
|
unrar
|
2025-01-18 19:06:11 +03:00
|
|
|
hexyl
|
|
|
|
|
jq
|
2025-01-25 22:36:44 +03:00
|
|
|
litecli
|
2025-01-27 13:57:18 +03:00
|
|
|
trashy
|
2025-03-26 22:08:00 +03:00
|
|
|
dig
|
|
|
|
|
mtr
|
|
|
|
|
imagemagick
|
2025-07-22 10:16:26 +03:00
|
|
|
wl-clipboard
|
2024-10-02 22:10:08 +03:00
|
|
|
];
|
2025-09-04 19:00:49 +03:00
|
|
|
|
|
|
|
|
xdg.mimeApps = {
|
|
|
|
|
enable = true;
|
|
|
|
|
defaultApplications = {
|
|
|
|
|
"image/bmp" = "imv.desktop";
|
|
|
|
|
"image/gif" = "imv.desktop";
|
|
|
|
|
"image/jpeg" = "imv.desktop";
|
|
|
|
|
"image/jpg" = "imv.desktop";
|
|
|
|
|
"image/pjpeg" = "imv.desktop";
|
|
|
|
|
"image/png" = "imv.desktop";
|
|
|
|
|
"image/tiff" = "imv.desktop";
|
|
|
|
|
"image/x-bmp" = "imv.desktop";
|
|
|
|
|
"image/x-pcx" = "imv.desktop";
|
|
|
|
|
"image/x-png" = "imv.desktop";
|
|
|
|
|
"image/x-portable-anymap" = "imv.desktop";
|
|
|
|
|
"image/x-portable-bitmap" = "imv.desktop";
|
|
|
|
|
"image/x-portable-graymap" = "imv.desktop";
|
|
|
|
|
"image/x-portable-pixmap" = "imv.desktop";
|
|
|
|
|
"image/x-tga" = "imv.desktop";
|
|
|
|
|
"image/x-xbitmap" = "imv.desktop";
|
|
|
|
|
"image/heif" = "imv.desktop";
|
|
|
|
|
"image/avif" = "imv.desktop";
|
|
|
|
|
};
|
|
|
|
|
};
|
2024-10-02 22:10:08 +03:00
|
|
|
}
|