NixOS-Config/home/misc/useful.nix

14 lines
188 B
Nix
Raw Normal View History

2024-08-24 22:16:51 -04:00
{pkgs, ...}: {
home.packages = with pkgs; [
imv
qbittorrent
libreoffice-fresh
vesktop
2024-10-01 18:18:26 -04:00
fractal
2024-08-24 22:16:51 -04:00
ffmpegthumbnailer
thunderbird
protonvpn-cli_2
bc
];
}